Skip to content

Commit

Permalink
Update backend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbang105 authored May 26, 2024
1 parent 746a3a5 commit ca49c84
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,12 @@ jobs:
run: ./gradlew wrapper --gradle-version 8.7

- name: 🦉 Clean Gradle cache
run: ./gradlew clean
run: ./gradlew clea

- name: 🦉 Build with Gradle
run: ./gradlew build -x test --stacktrace
run: |
cd backend
./gradlew build -x test --stacktrace
- name: 🦉 Docker login and build Docker image
run: |
Expand Down

0 comments on commit ca49c84

Please sign in to comment.