Skip to content

Commit 333cef0

Browse files
authored
Merge pull request #3272 from Gedochao/maintenance/make-publish-depend-on-all-integration-tests
Make publishing depend on all integration tests & docs tests
2 parents e19d3fe + e3454f9 commit 333cef0

File tree

1 file changed

+42
-1
lines changed

1 file changed

+42
-1
lines changed

.github/workflows/ci.yml

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

15941594
publish:
1595-
needs: [unit-tests, jvm-tests-1, jvm-tests-2, jvm-tests-3, jvm-tests-4, jvm-tests-5, format, checks, reference-doc]
1595+
needs:
1596+
- unit-tests
1597+
- jvm-tests-1
1598+
- jvm-tests-2
1599+
- jvm-tests-3
1600+
- jvm-tests-4
1601+
- jvm-tests-5
1602+
- native-linux-tests-1
1603+
- native-linux-tests-2
1604+
- native-linux-tests-3
1605+
- native-linux-tests-4
1606+
- native-linux-tests-5
1607+
- native-macos-tests-1
1608+
- native-macos-tests-2
1609+
- native-macos-tests-3
1610+
- native-macos-tests-4
1611+
- native-macos-tests-5
1612+
- native-macos-m1-tests-1
1613+
- native-macos-m1-tests-2
1614+
- native-macos-m1-tests-3
1615+
- native-macos-m1-tests-4
1616+
- native-macos-m1-tests-5
1617+
- native-windows-tests-1
1618+
- native-windows-tests-2
1619+
- native-windows-tests-3
1620+
- native-windows-tests-4
1621+
- native-windows-tests-5
1622+
- native-mostly-static-tests-1
1623+
- native-mostly-static-tests-2
1624+
- native-mostly-static-tests-3
1625+
- native-mostly-static-tests-4
1626+
- native-mostly-static-tests-5
1627+
- native-static-tests-1
1628+
- native-static-tests-2
1629+
- native-static-tests-3
1630+
- native-static-tests-4
1631+
- native-static-tests-5
1632+
- vc-redist
1633+
- format
1634+
- checks
1635+
- reference-doc
1636+
- docs-tests
15961637
if: github.event_name == 'push' && github.repository == 'VirtusLab/scala-cli'
15971638
runs-on: ubuntu-20.04
15981639
steps:

0 commit comments

Comments
 (0)