Skip to content

Commit

Permalink
add sudo for it:test run
Browse files Browse the repository at this point in the history
  • Loading branch information
stenolog committed Mar 7, 2024
1 parent 3c6d6c4 commit a727c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ jobs:
- name: Build it2 tests
run: sbt -Denv=test ++${{ matrix.scala }} it2:compile
- name: Runs it tests
run: sbt -Denv=test clean ++${{ matrix.scala }} it:test
run: sudo sbt -Denv=test clean ++${{ matrix.scala }} it:test
- name: Runs node tests
run: sbt -Denv=test clean ++${{ matrix.scala }} test

0 comments on commit a727c76

Please sign in to comment.