Skip to content

Commit

Permalink
feat: CI submodule update
Browse files Browse the repository at this point in the history
  • Loading branch information
yujamint committed Jul 25, 2024
1 parent cc30329 commit 2ecadc7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
steps:
- name: 체크아웃
uses: actions/checkout@v4
with:
submodules: true
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

- name: 서브모듈 업데이트
run: |
git submodule update --remote
- name: JDK 11 설치
uses: actions/setup-java@v4
Expand Down

0 comments on commit 2ecadc7

Please sign in to comment.