File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 lint-test-build :
1010 permissions :
1111 contents : read
12- runs-on : ubuntu-latest
12+ runs-on : ubuntu-8c-32gb
1313
1414 defaults :
1515 run :
5454 # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
5555
5656 e2e-tests :
57- runs-on : ubuntu-latest
57+ runs-on : ubuntu-8c-32gb
5858 container :
5959 image : mcr.microsoft.com/playwright:v1.56.1-noble
6060 options : --user 1001
Original file line number Diff line number Diff line change 1919 "ci:lint-format" : " run-p lint:* format:check -c" ,
2020 "audit" : " pnpm audit --prod" ,
2121 "test:unit" : " vitest" ,
22- "test:e2e" : " playwright test behavior/" ,
22+ "test:e2e" : " playwright test behavior/ --workers=4 " ,
2323 "test:e2e:update" : " playwright test behavior/ --update-snapshots --workers=1" ,
2424 "test:e2e:ui" : " playwright test --ui" ,
2525 "test:performance" : " playwright test performance/ --workers=1" ,
You can’t perform that action at this time.
0 commit comments