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 9797 node ./scripts/prepare-test-for-old-node.js
9898 if : matrix.node-version == '18.x'
9999
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
105102
106103 - name : Link webpack-dev-server
107104 run : |
@@ -119,6 +116,9 @@ jobs:
119116 run : npm run test:coverage -- --ci --shard=${{ matrix.shard }}
120117 if : matrix.node-version != '18.x'
121118
119+ - name : Run E2E tests for webpack version ${{ matrix.webpack-version }}
120+ run : npm run test:e2e --shard=${{ matrix.shard }}
121+
122122 - name : Submit coverage data to codecov
123123 uses : codecov/codecov-action@v4
124124 with :
You can’t perform that action at this time.
0 commit comments