Skip to content

Commit 9aece47

Browse files
authored
feat: Use extended Mocha timeouts in CI.
1 parent 8a644d9 commit 9aece47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Run tests
6464
run: |
6565
cd main
66-
npm run test
66+
npm run test:ci
6767
6868
webdriverio_tests:
6969
name: WebdriverIO tests (against pinned v12)
@@ -90,4 +90,4 @@ jobs:
9090
run: npm install
9191

9292
- name: Run tests
93-
run: npm run test
93+
run: npm run test:ci

0 commit comments

Comments
 (0)