Skip to content

Commit 7a129be

Browse files
committed
Make sure to run lint and test coverage in github action
1 parent a17c0f8 commit 7a129be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: npm install
2626

2727
- name: Run tests with coverage
28-
run: npm test -- --coverage
28+
run: npm run lint && npm run test:coverage
2929

3030
- name: Upload coverage to Codecov
3131
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)