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 2c09f61
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .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
- name: Checkout code with submodules
with:
submodules: 'recursive'
fetch-depth: 0

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

0 comments on commit 2c09f61

Please sign in to comment.