Skip to content

Commit 0f1f12e

Browse files
committed
ci: improve e2e
1 parent 674deb2 commit 0f1f12e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/reusable-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,9 @@ jobs:
209209
env:
210210
# fix Firefox permission issue (Firefox is unable to launch if the $HOME folder isn't owned by the current user)
211211
HOME: /root
212-
strategy:
213-
matrix:
214-
browser: [chrome, firefox, webkit, edge]
212+
# strategy:
213+
# matrix:
214+
# browser: [chrome, firefox, webkit, edge]
215215
steps:
216216
- uses: actions/checkout@v4
217217

@@ -244,8 +244,8 @@ jobs:
244244
umd
245245
key: ${{ runner.os }}-modern-build-output-${{ github.sha }}
246246

247-
- name: Run e2e tests in ${{ matrix.browser }}
248-
run: npm run task:run-e2e:${{ matrix.browser }}
247+
- name: Run e2e tests
248+
run: npm run task:run-e2e
249249

250250
# Run tests on single specified Node.js version
251251
run-jest-single:

0 commit comments

Comments
 (0)