Skip to content

Commit 2e7293f

Browse files
chore: improve CICD
1 parent da1f838 commit 2e7293f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-with-real-npm-all.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,23 @@ jobs:
1616
secrets: inherit
1717

1818
test-local-not-monorepo:
19+
needs: test-global-not-monorepo
1920
uses: ./.github/workflows/common-test.yml
2021
with:
2122
mode: local
2223
testMonorepo: false
2324
secrets: inherit
2425

2526
test-global-monorepo:
27+
needs: test-local-not-monorepo
2628
uses: ./.github/workflows/common-test.yml
2729
with:
2830
mode: global
2931
testMonorepo: true
3032
secrets: inherit
3133

3234
test-local-monorepo:
35+
needs: test-global-monorepo
3336
uses: ./.github/workflows/common-test.yml
3437
with:
3538
mode: local

0 commit comments

Comments
 (0)