Skip to content

Commit

Permalink
Skip tests in release build
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSuperGamer20578 committed Jul 28, 2024
1 parent f0e2840 commit daf4362
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 @@ -22,7 +22,7 @@ jobs:
- uses: gradle/gradle-build-action@v2
- name: Build
run: |
gradle build -Pci=release
gradle build -x test -Pci=release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit daf4362

Please sign in to comment.