Skip to content

Commit

Permalink
use sbt test in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornregnell committed Jun 11, 2024
1 parent c80904a commit 391350c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v2
- name: SBT Build
run: sbt compile
run: sbt test
shell: bash

0 comments on commit 391350c

Please sign in to comment.