File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 97
97
node ./scripts/prepare-test-for-old-node.js
98
98
if : matrix.node-version == '18.x'
99
99
100
- - name : Setup firefox
101
- if : matrix.os != 'windows-latest'
102
- uses : browser-actions/setup-firefox@latest
103
- with :
104
- firefox-version : latest
100
+ - name : Install Playwright browsers and dependencies
101
+ run : npx playwright install --with-deps
105
102
106
103
- name : Link webpack-dev-server
107
104
run : |
@@ -119,6 +116,9 @@ jobs:
119
116
run : npm run test:coverage -- --ci --shard=${{ matrix.shard }}
120
117
if : matrix.node-version != '18.x'
121
118
119
+ - name : Run E2E tests for webpack version ${{ matrix.webpack-version }}
120
+ run : npm run test:e2e --shard=${{ matrix.shard }}
121
+
122
122
- name : Submit coverage data to codecov
123
123
uses : codecov/codecov-action@v4
124
124
with :
You can’t perform that action at this time.
0 commit comments