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 0600b92 commit 58d8d00Copy full SHA for 58d8d00
.github/workflows/test.yml
@@ -13,5 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v3
16
- - run: node --experimental-vm-modules node_modules/jest/bin/jest.js
+ - run: |
17
+ npm install
18
+ node --experimental-vm-modules node_modules/jest/bin/jest.js
19
0 commit comments