Skip to content

Commit b3dfd03

Browse files
authored
test: playwright test add docker ci/cd (#960)
1 parent 0cb9594 commit b3dfd03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ jobs:
77
test:
88
name: Test component
99
runs-on: ubuntu-latest
10+
container:
11+
image: mcr.microsoft.com/playwright:v1.38.1-jammy
1012
steps:
1113
- uses: actions/checkout@v3
1214
- uses: actions/setup-node@v3
1315
with:
1416
node-version: 18
1517
- name: Install dependencies
1618
run: npm ci
17-
- name: Install Playwright Browsers
18-
run: npx playwright install --with-deps
1919
- name: Run Playwright tests
2020
run: npm run playwright
2121
env:

0 commit comments

Comments
 (0)