File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 88jobs :
99 test :
1010 timeout-minutes : 30
11- strategy :
12- fail-fast : false
13- matrix :
14- os : [ubuntu-latest, windows-latest]
15- runs-on : ${{ matrix.os }}
11+ runs-on : ubuntu-latest
1612 steps :
1713 - name : Check out code
1814 uses : actions/checkout@v4
3834 - uses : actions/upload-artifact@v4
3935 if : always()
4036 with :
41- name : playwright-report-${{ matrix.os }}
37+ name : playwright-report
4238 path : ./**/playwright-report
4339 retention-days : 1
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export function configurePlaywright(
2727 if ( isCI ) {
2828 // Do not build on CI - there is a preceding build step
2929 command = `pnpm preview:worker -- --port ${ port } --inspector-port ${ inspectorPort } ${ env } ` ;
30- timeout = 250_000 ;
30+ timeout = 100_000 ;
3131 } else {
3232 timeout = 500_000 ;
3333 command = `pnpm preview -- --port ${ port } --inspector-port ${ inspectorPort } ${ env } ` ;
You can’t perform that action at this time.
0 commit comments