Skip to content

Commit

Permalink
refactor: CI 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sosow0212 committed Jul 31, 2024
1 parent 241172e commit 92376fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pcloud-backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Test with Gradle
run: ./gradlew :market-api:test
run: ./gradlew :pcloud-api:test

0 comments on commit 92376fc

Please sign in to comment.