Skip to content

Commit 7654c46

Browse files
committed
No need for playwright
1 parent 3dd9e8b commit 7654c46

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/test-ff-matrix.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,6 @@ jobs:
5757
with:
5858
node-version: 20
5959

60-
- name: Install node dependencies
61-
if: ${{ runner.os != 'Windows' || github.event_name == 'schedule' }}
62-
run: yarn
63-
working-directory: ./tests/integration/playwright
64-
shell: bash
65-
66-
- name: Install Playwright Browsers
67-
if: ${{ runner.os != 'Windows' || github.event_name == 'schedule' }}
68-
run: npx playwright install --with-deps
69-
working-directory: ./tests/integration/playwright
70-
7160
- name: Install MECA validator
7261
if: ${{ runner.os != 'Windows' }}
7362
run: npm install -g meca

0 commit comments

Comments
 (0)