Skip to content

Commit 96e9ff9

Browse files
committed
chore: (jobs.test.steps)
chore: (jobs.test.steps) chore: (jobs.test.steps) chore: (jobs.test.steps)
1 parent d9d2bba commit 96e9ff9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/browser_ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- run: npm test
2424
env:
2525
BROWSER: ${{ matrix.browser }}
26+
- run: npm cit
27+
env:
28+
BROWSER: ${{ matrix.browser }}
2629
- uses: actions/upload-artifact@v3
2730
with:
2831
path: ${{ github.workspace }}/build/test/**/*

0 commit comments

Comments
 (0)