Skip to content

Commit

Permalink
bugfix: Publish sbt 2.0 plugin before slow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Dec 18, 2024
1 parent 21b387e commit c822fe1
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 @@ -63,7 +63,7 @@ jobs:
os: macOS-latest
java: "17"
- type: sbt
command: bin/test.sh 'slow/testOnly -- tests.sbt.*'
command: bin/test.sh '+sbt-metals/publishLocal; slow/testOnly -- tests.sbt.*'
name: Sbt integration
os: ubuntu-latest
java: "17"
Expand Down

0 comments on commit c822fe1

Please sign in to comment.