File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 11name : Node
22
33on :
4- pull_request :
4+ pull_request_target :
55 paths :
66 - " ui/**"
77
88jobs :
99 build :
10- runs-on : ubuntu-latest
10+ runs-on : ubuntu-22.04
1111 name : Build and Test
1212 defaults :
1313 run :
4040 TEST_COVERAGE : ${{ steps.coverage.outputs.test_coverage }}
4141
4242 lint :
43- runs-on : ubuntu-latest
43+ runs-on : ubuntu-22.04
4444 name : ESLint
4545 defaults :
4646 run :
5858 run : npm run lint
5959
6060 e2e-tests :
61- runs-on : ubuntu-latest # or macos-latest, windows-latest
61+ runs-on : ubuntu-22.04 # or macos-latest, windows-latest
6262 defaults :
6363 run :
6464 working-directory : ui
7272 - uses : microsoft/playwright-github-action@v1
7373 - name : Install dependencies
7474 run : npm ci
75+ - name : Run Playwright tests
76+ run : npx playwright test
7577 - name : run tests
7678 run : npm run test:e2e
77- - uses : actions/upload-artifact@v3
79+ - uses : actions/upload-artifact@v4
7880 if : failure()
7981 with :
8082 name : failures
You can’t perform that action at this time.
0 commit comments