Skip to content

Commit 5fe92a7

Browse files
authored
Make the publish CI job depend on jvm-tests-5 (Scala 3 Next RC test suite) (#3078)
1 parent 324be6f commit 5fe92a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1592,7 +1592,7 @@ jobs:
15921592
retention-days: 2
15931593

15941594
publish:
1595-
needs: [unit-tests, jvm-tests-1, jvm-tests-2, jvm-tests-3, jvm-tests-4, format, checks, reference-doc]
1595+
needs: [unit-tests, jvm-tests-1, jvm-tests-2, jvm-tests-3, jvm-tests-4, jvm-tests-5, format, checks, reference-doc]
15961596
if: github.event_name == 'push' && github.repository == 'VirtusLab/scala-cli'
15971597
runs-on: ubuntu-20.04
15981598
steps:

0 commit comments

Comments
 (0)