Skip to content

Commit

Permalink
ci: Add setup-sbt steps
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-kai authored Jan 24, 2025
1 parent a02651d commit 093addd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ jobs:
sbt-test:
runs-on: ubuntu-latest
steps:
- uses: sbt/setup-sbt@v1 # setup sbt
- uses: actions/checkout@v2
- name: Run tests
run: sbt +test
build-native:
runs-on: ubuntu-latest
steps:
- uses: sbt/setup-sbt@v1 # setup sbt
- uses: actions/checkout@v2
- name: Build native app
run: sbt "project bifunctor-tagless; GraalVMNativeImage/packageBin"
Expand Down

0 comments on commit 093addd

Please sign in to comment.