Skip to content

Commit

Permalink
서브모듈 checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
waterfogSW committed Sep 21, 2024
1 parent a140fbf commit 6928f65
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ on:

env:
AWS_REGION: ap-northeast-2
ECR_REPOSITORY: threedays-app
ECR_REPOSITORY: threedays

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
fetch-depth: 0

- name: Set up JDK 21
uses: actions/setup-java@v4
Expand Down

0 comments on commit 6928f65

Please sign in to comment.