Skip to content

Commit 58d8d00

Browse files
committed
Update tests
1 parent 0600b92 commit 58d8d00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v3
16-
- run: node --experimental-vm-modules node_modules/jest/bin/jest.js
16+
- run: |
17+
npm install
18+
node --experimental-vm-modules node_modules/jest/bin/jest.js
1719

0 commit comments

Comments
 (0)