Skip to content

Commit

Permalink
refactor: gradle build 병렬 수행
Browse files Browse the repository at this point in the history
  • Loading branch information
suw0n authored Apr 3, 2024
1 parent 707ac74 commit de0cd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
cloud.aws.storage.bucket: ${{ secrets.S3_BUCKET }}

- name: Build with Gradle
run: ./gradlew :dodam-api:build -x test
run: ./gradlew :dodam-api:build -x test --parallel

- name: Build Docker Image For Spring
run: |
Expand Down

0 comments on commit de0cd93

Please sign in to comment.