Skip to content

Commit

Permalink
[test] feat(test): test
Browse files Browse the repository at this point in the history
  • Loading branch information
rlatkd committed Jun 28, 2024
1 parent aed75ee commit 410197a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/BE_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x server/gradlew

- name: Move to server directory
run: cd server

- name: Build with Gradle
run : ./server/gradlew clean build -x test
run: ./gradlew clean build -x test

0 comments on commit 410197a

Please sign in to comment.