Skip to content

Commit

Permalink
[fix] CI 스크립트 build 옵션 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jo0oy committed Jan 19, 2024
1 parent a3e2410 commit 110dcdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: chmod +x gradlew

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

- name: Publish result of unit test
uses: EnricoMi/publish-unit-test-result-action@v2
Expand Down

0 comments on commit 110dcdd

Please sign in to comment.