File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 cov-designer :
11+ permissions :
12+ checks : write
13+ pull-requests : write
1114 runs-on : ubuntu-latest
1215 steps :
1316 - name : checkout
2528 working-directory : packages/designer
2629 test-script : npm test -- --jest-ci --jest-json --jest-coverage --jest-testLocationInResults --jest-outputFile=report.json
2730 skip-step : install
31+ annotations : none
32+ package-manager : yarn
33+
2834 cov-renderer-core :
35+ permissions :
36+ checks : write
37+ pull-requests : write
2938 runs-on : ubuntu-latest
3039 steps :
3140 - name : checkout
4352 working-directory : packages/renderer-core
4453 test-script : npm test -- --jest-ci --jest-json --jest-coverage --jest-testLocationInResults --jest-outputFile=report.json
4554 skip-step : install
55+ annotations : none
56+ package-manager : yarn
57+
4658 cov-react-simulator-renderer :
59+ permissions :
60+ checks : write
61+ pull-requests : write
4762 runs-on : ubuntu-latest
4863 steps :
4964 - name : checkout
6075 with :
6176 working-directory : packages/react-simulator-renderer
6277 test-script : npm test -- --jest-ci --jest-json --jest-coverage --jest-testLocationInResults --jest-outputFile=report.json
63- skip-step : install
78+ skip-step : install
79+ annotations : none
80+ package-manager : yarn
You can’t perform that action at this time.
0 commit comments