We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f008ce commit 8167117Copy full SHA for 8167117
1 file changed
.github/workflows/ci.yml
@@ -85,14 +85,14 @@ jobs:
85
- name: Install dependencies
86
run: |
87
npm install --ignore-scripts
88
-
+
89
- if: ${{ matrix.os == 'windows-latest' }}
90
run: npx playwright install winldd
91
92
- name: Run browser tests
93
94
npm run test:browser:${{ matrix.browser }}
95
96
test:
97
needs:
98
- test-regression-check-node10
0 commit comments