Skip to content

Commit

Permalink
Feat: adding --scan for building gradle in ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jimin-kiim authored May 29, 2024
1 parent e63740e commit 140ffb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
postgres_password: ${{ secrets.DB_PASSWORD }}

- name: Build with Gradle
run: ./gradlew build
run: ./gradlew build --scan

- name: Build Docker image
run: docker build -t blogue-dev:latest .
Expand Down

0 comments on commit 140ffb7

Please sign in to comment.