Skip to content

Commit 548435b

Browse files
authored
Update ci.yml
1 parent 4abcbaf commit 548435b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
-
1818
name: I and Test
1919
run: |
20-
npm run i
21-
npm run test
20+
npm i
21+
npm run test -- --watch=false

0 commit comments

Comments
 (0)