Skip to content

Commit 3b3f573

Browse files
committed
update ci
1 parent 78d9c5a commit 3b3f573

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,14 @@ jobs:
9494

9595
test-integration:
9696
name: Test - Integration
97+
needs: [deps, build]
9798
uses: ./.github/workflows/base-1.yml
9899
with:
99100
command: npm run test:integration
100101

101102
check-exports:
102103
name: Check exports
104+
needs: [deps, build]
103105
uses: ./.github/workflows/base-1.yml
104106
with:
105107
command: npm run check-exports

0 commit comments

Comments
 (0)