Skip to content

Commit d18963d

Browse files
committed
fix: ci scripts
1 parent adbacd9 commit d18963d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/reusable-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Run modern jest tests
6262
run: npm run task:jest
6363

64-
# Run tests on multiple matrix Node.js versions
64+
# Run e2e tests
6565
run-e2e-tests:
6666
if: ${{ inputs.use-matrix == true }}
6767
runs-on: ubuntu-latest
@@ -81,6 +81,9 @@ jobs:
8181
with:
8282
node-version: ${{ vars.DEFAULT_NODE_VERSION }}
8383

84+
- name: Install Playwright dependencies
85+
run: npx playwright install-deps webkit
86+
8487
- name: Install playwright browsers
8588
run: npx playwright install
8689

0 commit comments

Comments
 (0)