Skip to content

Commit

Permalink
Keep github-ci only build and exclude test when submitting PR (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
zuston authored Apr 19, 2021
1 parent 7151218 commit 9a67381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew clean build --stacktrace --info
run: ./gradlew clean build --stacktrace --info -x test

0 comments on commit 9a67381

Please sign in to comment.