Merge pull request #7854 from Friendseeker/return-1-when-failed

[1.x] Return exit code `1` when client crashes & add smoke test for client
This commit is contained in:
eugene yokota
2024-11-03 01:07:08 -05:00
committed by GitHub
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -160,6 +160,8 @@ jobs:
run: |
# test building sbtn on Linux
sbt "-Dsbt.io.virtual=false" nativeImage
# smoke test native Image
./client/target/bin/sbtn shutdown
# test launcher script
echo build using JDK 8 test using JDK 8 and JDK 11
cd launcher-package