File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change 11name : Playwright Tests
22on :
33 push :
4- branches : [ main ]
4+ branches : [main]
55 pull_request :
6- branches : [ main ]
6+ branches : [main]
77jobs :
88 test :
99 timeout-minutes : 10
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
13- - uses : actions/setup-node@v3
14- with :
15- node-version : 18
16- - name : Install dependencies
17- run : yarn
18- - name : Install Playwright Browsers
19- run : yarn playwright:install
20- - name : Run Playwright tests
21- run : yarn playwright:test
22- env :
23- VITE_PROJECT_ID : ${{ secrets.VITE_DEV_PROJECT_ID }}
24- - uses : actions/upload-artifact@v3
25- if : always()
26- with :
27- name : playwright-report
28- path : playwright-report/
29- retention-days : 30
12+ - uses : actions/checkout@v3
13+ - uses : actions/setup-node@v3
14+ with :
15+ node-version : 18
16+ - name : Install dependencies
17+ run : yarn
18+ - name : Install Playwright Browsers
19+ run : yarn playwright:install
20+ - name : Run Playwright tests
21+ run : yarn playwright:test
22+ env :
23+ VITE_PROJECT_ID : ${{ secrets.VITE_DEV_PROJECT_ID }}
24+ - uses : actions/upload-artifact@v3
25+ if : always()
26+ with :
27+ name : playwright-report
28+ path : playwright-report/
29+ retention-days : 30
You can’t perform that action at this time.
0 commit comments