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