We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b966d7 commit 33f0eadCopy full SHA for 33f0ead
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
run: npm install @currents/node-test-reporter @currents/cmd
33
34
- 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
+ run: node --test --test-reporter @currents/node-test-reporter --test-reporter-destination=./report.xml tests/**.test.mjs --shard=${{ matrix.shard }}/2
36
37
- name: Convert test results to Currents format
38
run: npx currents convert --input-format=junit --input-file=./report.xml --framework=node
0 commit comments