Skip to content

Commit 33f0ead

Browse files
committed
wip
1 parent 1b966d7 commit 33f0ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: npm install @currents/node-test-reporter @currents/cmd
3333

3434
- name: Run tests in shard ${{ matrix.shard }}
35-
run: node --test --test-reporter @currents/node-test-reporter --test-reporter-destination=./report.xml **.test.mjs --shard=${{ matrix.shard }}/2
35+
run: node --test --test-reporter @currents/node-test-reporter --test-reporter-destination=./report.xml tests/**.test.mjs --shard=${{ matrix.shard }}/2
3636

3737
- name: Convert test results to Currents format
3838
run: npx currents convert --input-format=junit --input-file=./report.xml --framework=node

0 commit comments

Comments
 (0)