Skip to content

Commit

Permalink
Update .github/workflows/check-pr.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Vyatcheslav Suharnikov <[email protected]>
  • Loading branch information
vladimirlogachev and vsuharnikov authored Sep 13, 2024
1 parent a24fc44 commit 4484863
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;test"
run: sbt --batch "compile;test"

0 comments on commit 4484863

Please sign in to comment.