Skip to content

Commit

Permalink
Don't run tests as part of the release build (#4600)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiview committed Oct 22, 2021
1 parent 76f11b3 commit 436fde8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: docker image prune -af

- name: Run Gradle Build
run: ./gradlew build --scan --no-daemon -i
run: ./gradlew build --scan --no-daemon -i -x test

- name: Run Gradle Publish
run: |
Expand Down

0 comments on commit 436fde8

Please sign in to comment.