File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -103,9 +103,13 @@ jobs:
103103
104104 playwright_e2e_tests :
105105 name : Playwright E2E test
106+ timeout-minutes : 15
106107 runs-on : ubuntu-latest
108+ container :
109+ image : mcr.microsoft.com/playwright:v1.55.1-noble
110+ options : --user 1001
107111 steps :
108- - uses : actions/checkout@v4
112+ - uses : actions/checkout@v5
109113
110114 - uses : pnpm/action-setup@v4
111115 with :
Original file line number Diff line number Diff line change 3535 "devDependencies" : {
3636 "@mutoe/eslint-config" : " ^4.11.0-2" ,
3737 "@pinia/testing" : " ^1.0.2" ,
38- "@playwright/test" : " ^ 1.55.1" ,
38+ "@playwright/test" : " 1.55.1" ,
3939 "@testing-library/cypress" : " ^10.1.0" ,
4040 "@testing-library/user-event" : " ^14.6.1" ,
4141 "@testing-library/vue" : " ^8.1.0" ,
You can’t perform that action at this time.
0 commit comments