Skip to content

Commit

Permalink
ci : test 디렉터리도 빌드하도록 변경
Browse files Browse the repository at this point in the history
 (CC-90)
  • Loading branch information
j2noo committed Jul 30, 2024
1 parent 48fcab9 commit ff8f547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
run: chmod +x gradlew

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

0 comments on commit ff8f547

Please sign in to comment.