Skip to content

Commit 1aef642

Browse files
committed
fix ci?
1 parent ac5dc2b commit 1aef642

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
@@ -20,8 +20,8 @@ jobs:
2020
run: npx cypress install
2121

2222
- name: Build and Test
23-
- run: npm run build
24-
- run: npm run test
23+
run: npm run build
24+
run: npm run test
2525

2626
- name: Upload coverage report to coveralls.io...
2727
uses: coverallsapp/github-action@master

0 commit comments

Comments
 (0)