Skip to content

Commit 3d0c85e

Browse files
ci: use docker container for playwright tests
1 parent 38c88e5 commit 3d0c85e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/quality.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
- 8765:8765
2222
options: --hostname localhost -e YDB_ALLOW_ORIGIN="http://localhost:3000"
2323

24+
container:
25+
image: mcr.microsoft.com/playwright:v1.49.1-noble
26+
options: --user 1001
27+
2428
steps:
2529
- uses: actions/checkout@v4
2630
with:
@@ -35,9 +39,6 @@ jobs:
3539
- name: Install dependencies
3640
run: npm ci
3741

38-
- name: Install Playwright deps
39-
run: npm run test:e2e:install
40-
4142
- name: Run Playwright tests
4243
id: run_tests
4344
run: npm run test:e2e

0 commit comments

Comments
 (0)