Skip to content

Commit

Permalink
More CI debugging...
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesduesing committed Nov 14, 2024
1 parent 083f044 commit 4177b29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sbt-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: 'sbt'
- name: Build Fixtures
run: sbt compileRunnerFixtures
- name: Run tests
run: sbt compileRunnerFixtures; test
run: sbt test

0 comments on commit 4177b29

Please sign in to comment.