File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 build :
10- runs-on : ubuntu-latest
10+ runs-on : ubuntu-22.04
1111 name : Build and Test
1212 defaults :
1313 run :
3131 id : coverage
3232 if : ${{ always() }}
3333 uses : ./.github/actions/coverage-report
34- - name : Comment on PR
35- if : ${{ always() }}
36- uses : ./.github/actions/commenter
37- with :
38- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
39- BUNDLE_SIZE : ${{ steps.bundle.outputs.bundle_size }}
40- TEST_COVERAGE : ${{ steps.coverage.outputs.test_coverage }}
4134
4235 lint :
43- runs-on : ubuntu-latest
36+ runs-on : ubuntu-22.04
4437 name : ESLint
4538 defaults :
4639 run :
5851 run : npm run lint
5952
6053 e2e-tests :
61- runs-on : ubuntu-latest # or macos-latest, windows-latest
54+ runs-on : ubuntu-22.04 # or macos-latest, windows-latest
6255 defaults :
6356 run :
6457 working-directory : ui
7467 run : npm ci
7568 - name : run tests
7669 run : npm run test:e2e
77- - uses : actions/upload-artifact@v3
70+ - uses : actions/upload-artifact@v4
7871 if : failure()
7972 with :
8073 name : failures
81- path : ui/e2e/failure_output
74+ path : ui/e2e/failure_output
You can’t perform that action at this time.
0 commit comments