Skip to content

Commit

Permalink
cicd: build시 submodule 정보 update 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jemin committed Dec 8, 2023
1 parent dfde6f9 commit 03f5a05
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/backend-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@master
with:
token: ${{ secrets.ACTION_TOKEN }}
submodules: true

- name: Update submodules
run: git submodule update --remote

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 03f5a05

Please sign in to comment.