File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
- name : Install modules
15
15
run : npm i
16
16
- name : Run tests
17
- run : npm run test:ci
17
+ run : npm run test -- --ci --reporters=default --reporters=jest-junit
18
18
- name : Reports the results of tests
19
19
uses : IgnusG/jest-report-action@v2.3.3
20
20
if : always() # Or use "continue-on-error: true" in previous test step
21
21
with :
22
22
access-token : ${{ secrets.GITHUB_TOKEN }}
23
+ run-name : test
Original file line number Diff line number Diff line change 8
8
"test" : " tests"
9
9
},
10
10
"scripts" : {
11
- "test" : " node --experimental-vm-modules node_modules/.bin/jest" ,
12
- "test:ci" : " npm run test -- --ci --reporters=default --reporters=jest-junit"
11
+ "test" : " node --experimental-vm-modules node_modules/.bin/jest"
13
12
},
14
13
"repository" : {
15
14
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments