diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5b57127..e2cadd6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ on: env: AWS_REGION: ap-northeast-2 - ECR_REPOSITORY: threedays-app + ECR_REPOSITORY: threedays jobs: build: @@ -16,6 +16,9 @@ jobs: steps: - uses: actions/checkout@v4 + with: + submodules: 'recursive' + fetch-depth: 0 - name: Set up JDK 21 uses: actions/setup-java@v4