File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 35
35
test-file : ${{ fromJson(needs.setup.outputs['test-files']) }}
36
36
steps :
37
37
- uses : actions/checkout@v3
38
+ - uses : actions/setup-node@v2
39
+ with :
40
+ node-version : ' 16'
41
+ cache : ' npm'
38
42
- run : npm install
39
43
- name : Run tests
40
44
run : npx jest --reporters=jest-junit --reporters=default -c test/e2e/jest.config.all.js ${{ matrix.test-file }}
Original file line number Diff line number Diff line change 35
35
test-file : ${{ fromJson(needs.setup.outputs['test-files']) }}
36
36
steps :
37
37
- uses : actions/checkout@v3
38
+ - uses : actions/setup-node@v2
39
+ with :
40
+ node-version : ' 16'
41
+ cache : ' npm'
38
42
- run : npm install
39
43
- name : Run tests
40
44
run : npx jest --reporters=jest-junit --reporters=default -c test/e2e/jest.config.all.js ${{ matrix.test-file }}
You can’t perform that action at this time.
0 commit comments