We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd9e8b commit 7654c46Copy full SHA for 7654c46
.github/workflows/test-ff-matrix.yml
@@ -57,17 +57,6 @@ jobs:
57
with:
58
node-version: 20
59
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
68
- run: npx playwright install --with-deps
69
70
71
- name: Install MECA validator
72
if: ${{ runner.os != 'Windows' }}
73
run: npm install -g meca
0 commit comments