File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 1- name : Test and E2E tests
2- run-name : Run tests and E2E tests
3-
1+ name : Test and E2E tests on PR
2+ run-name : Run tests and E2E tests on PR
43on :
5- push :
64 pull_request :
75 branches :
86 - main
@@ -21,18 +19,18 @@ jobs:
2119 run-e2e-tests :
2220 runs-on : ubuntu-latest
2321 steps :
24- - uses : actions/checkout@v4 # chekcout te repository
22+ - uses : actions/checkout@v4
2523 - name : Use Node.js
26- uses : actions/setup-node@v3 # setup node version 20
24+ uses : actions/setup-node@v3
2725 with :
2826 node-version : ' 20'
2927
30- - name : Install dependencies # install dependencies
28+ - name : Install dependencies
3129 run : yarn install
3230
3331 - name : Run E2E tests
3432 env :
35- PLAYWRIGHT_URL : http://localhost:3000 # set the URL of the app to test with playwright
36- CI : # unset CI because it is set by default in Github actions
33+ PLAYWRIGHT_URL : http://localhost:3000
34+ CI :
3735 run : |
3836 yarn test:e2e
You can’t perform that action at this time.
0 commit comments