File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 timeout-minutes : 60
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
13- - uses : actions/setup-node@v2
12+ - uses : actions/checkout@v3
13+ - uses : actions/setup-node@v3
1414 with :
1515 node-version : ' 14.x'
1616 - name : Install dependencies
1717 run : npm install
1818 - name : Install Playwright Browsers
1919 run : npx playwright install --with-deps
2020 - name : Run Playwright tests
21- run : npx playwright test
22- - uses : actions/upload-artifact@v2
21+ run : npm run test
22+ - uses : actions/upload-artifact@v3
2323 if : always()
2424 with :
2525 name : playwright-report
Original file line number Diff line number Diff line change 99 timeout-minutes : 60
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
13- - uses : actions/setup-node@v2
12+ - uses : actions/checkout@v3
13+ - uses : actions/setup-node@v3
1414 with :
1515 node-version : ' 14.x'
1616 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments