Skip to content

Commit

Permalink
fix: deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GayeongKimm committed Dec 7, 2024
1 parent 9852b4a commit 88fc4e3
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 @@ -37,7 +37,7 @@ jobs:
run: cat src/main/resources/application.yml

- name: Build with Gradle
run: ./gradlew :dgit-application:dgit-rest-api:build -x test --parallel
run: ./gradlew build -x test --parallel

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 88fc4e3

Please sign in to comment.