File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3131 ~/.ivy2/cache
3232 key : ${{ runner.os }}-${{ hashFiles('build.sbt') }}
3333 - name : Run tests
34- run : sbt + test
34+ run : sbt test
3535
3636 compile-microsite :
3737 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
18+ fetch-depth : 0
1819 - name : Set up JDK 17
1920 uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
2021 with :
@@ -26,13 +27,13 @@ jobs:
2627 uses : sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
2728
2829 - name : Run tests
29- run : sbt + test
30+ run : sbt test
3031
3132
3233 - name : Import PGP key
3334 run : echo -e "${{secrets.GPG_KEY}}" | gpg --batch --import
3435
3536 - name : Publish packages
3637 run : |
37- sbt + publishSigned
38+ sbt publishSigned
3839
You can’t perform that action at this time.
0 commit comments