Skip to content

Commit

Permalink
Run tests on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirlogachev committed Sep 12, 2024
1 parent 263dccb commit a24fc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
java-version: '11'
cache: 'sbt'
- name: Check PR
run: sbt --batch "compile"
run: sbt --batch ";compile;test"

0 comments on commit a24fc44

Please sign in to comment.