Add smoke test

This commit is contained in:
friendseeker 2024-10-31 19:37:16 -07:00
parent 0368243ed9
commit c58842da4e
No known key found for this signature in database
GPG Key ID: 7DD5039728A27160
1 changed files with 2 additions and 0 deletions

View File

@ -167,6 +167,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