We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d09c7 commit db235b5Copy full SHA for db235b5
.github/workflows/build-release.yml
@@ -30,7 +30,7 @@ jobs:
30
- run: chmod +x gradlew
31
32
- name: Build Release
33
- run: ./gradlew build --stacktrace
+ run: ./gradlew build -x test --stacktrace
34
35
- name: Upload artifacts to Modrinth, Curseforge and GitHub
36
uses: Kir-Antipov/[email protected]
0 commit comments