Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ jobs:
distribution: temurin

- name: Grant permission to Gradle wrapper
run: chmod +x ./backend/gradlew
run: chmod +x ./gradlew
working-directory: ./backend

- name: Build JAR with Gradle
run: ./backend/gradlew build -x test --no-daemon
run: ./gradlew build -x test --no-daemon
working-directory: ./backend

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