Skip to content

Commit 758e14b

Browse files
committed
Changed test github workflow
1 parent 9a3128e commit 758e14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- name: Install dependencies
2020
run: npm install
2121
- name: Test
22-
run: npm test -- --configuration=ci
22+
run: npm test -- --watch=false --browsers=ChromeHeadless

0 commit comments

Comments
 (0)