Skip to content

Commit

Permalink
Add GitHub Workflow to test the launchers
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzaremmal committed May 23, 2024
1 parent 46696d5 commit 8ee4e6d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/launchers.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Test CLI Launchers on all the platforms
on:
workflow_dispatch:

jobs:
linux-x64:
name: Deploy and Test on Linux x64 architecture
runs-on: ubuntu_latest
steps:
- uses: actions/checkout@v4
- name: Build the launcher command
run: sbt "dist-linux-x64/packArchive"
- run: ./dist/linux-x64/republish/bin/scala --version

0 comments on commit 8ee4e6d

Please sign in to comment.