Skip to content

Commit 0600b92

Browse files
committed
Update tests
1 parent 6a2a4e9 commit 0600b92

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,5 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v3
16-
- uses: ./
17-
with:
18-
filePath: "test"
16+
- run: node --experimental-vm-modules node_modules/jest/bin/jest.js
1917

0 commit comments

Comments
 (0)