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 f598b20 commit 60f9217Copy full SHA for 60f9217
.github/workflows/unit-test.yml
@@ -12,7 +12,7 @@ jobs:
12
node-version: '12.x'
13
registry-url: 'https://registry.npmjs.org'
14
- run: npm ci # install packages
15
- - run: npm run test:unit # run tests (configured to use jest-junit reporter)
+ - run: npm run test:unit:report:json # run tests (configured to use jest-junit reporter)
16
- name: Test Report
17
uses: dorny/test-reporter@v1
18
if: success() || failure() # run this step even if previous step failed
0 commit comments