Skip to content

Commit 60f9217

Browse files
committed
ci: 💚 yml file update
1 parent f598b20 commit 60f9217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
node-version: '12.x'
1313
registry-url: 'https://registry.npmjs.org'
1414
- run: npm ci # install packages
15-
- run: npm run test:unit # run tests (configured to use jest-junit reporter)
15+
- run: npm run test:unit:report:json # run tests (configured to use jest-junit reporter)
1616
- name: Test Report
1717
uses: dorny/test-reporter@v1
1818
if: success() || failure() # run this step even if previous step failed

0 commit comments

Comments
 (0)