Skip to content

Commit

Permalink
Fix test fail in ci (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 authored Aug 10, 2023
1 parent 5aa473d commit dcaf1f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: npm test
- run: |
npm ci
npm test

0 comments on commit dcaf1f8

Please sign in to comment.