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 46696d5 commit 8ee4e6dCopy full SHA for 8ee4e6d
.github/workflows/launchers.yml
@@ -0,0 +1,13 @@
1
+name: Test CLI Launchers on all the platforms
2
+on:
3
+ workflow_dispatch:
4
+
5
+jobs:
6
+ linux-x64:
7
+ name: Deploy and Test on Linux x64 architecture
8
+ runs-on: ubuntu_latest
9
+ steps:
10
+ - uses: actions/checkout@v4
11
+ - name: Build the launcher command
12
+ run: sbt "dist-linux-x64/packArchive"
13
+ - run: ./dist/linux-x64/republish/bin/scala --version
0 commit comments