Skip to content

Commit

Permalink
Fixed test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hohonuuli committed May 9, 2024
1 parent b524f88 commit f1fcec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
distribution: "temurin"
cache: "sbt"
- name: Run unit tests
run: sbt test
run: sbt oni/test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MUNIT_FLAKY_OK: "true"

0 comments on commit f1fcec8

Please sign in to comment.