We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ee436 commit 440f3e4Copy full SHA for 440f3e4
.github/workflows/build-skiptests.yml
@@ -16,8 +16,8 @@ jobs:
16
distribution: 'corretto'
17
- name: Build with Gradle
18
run: |
19
- ./gradlew build --info --stacktrace -x
20
- ./gradlew :RMBTClient:shadowJar -x
+ ./gradlew build --info --stacktrace -x test
+ ./gradlew :RMBTClient:shadowJar -x test
21
- name: Archive files
22
uses: actions/upload-artifact@v4
23
with:
0 commit comments