Skip to content

Commit 440f3e4

Browse files
authored
Update build-skiptests.yml
1 parent e4ee436 commit 440f3e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-skiptests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
distribution: 'corretto'
1717
- name: Build with Gradle
1818
run: |
19-
./gradlew build --info --stacktrace -x
20-
./gradlew :RMBTClient:shadowJar -x
19+
./gradlew build --info --stacktrace -x test
20+
./gradlew :RMBTClient:shadowJar -x test
2121
- name: Archive files
2222
uses: actions/upload-artifact@v4
2323
with:

0 commit comments

Comments
 (0)