We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1f838 commit 2e7293fCopy full SHA for 2e7293f
.github/workflows/test-with-real-npm-all.yml
@@ -16,20 +16,23 @@ jobs:
16
secrets: inherit
17
18
test-local-not-monorepo:
19
+ needs: test-global-not-monorepo
20
uses: ./.github/workflows/common-test.yml
21
with:
22
mode: local
23
testMonorepo: false
24
25
26
test-global-monorepo:
27
+ needs: test-local-not-monorepo
28
29
30
mode: global
31
testMonorepo: true
32
33
34
test-local-monorepo:
35
+ needs: test-global-monorepo
36
37
38
0 commit comments