Skip to content

Commit 28460f9

Browse files
committed
Update tests.yml
1 parent 6eb113f commit 28460f9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,12 @@ jobs:
4242
env:
4343
CI: true
4444

45-
- name: Tests
45+
- name: Lint
4646
run: npm run lint
47+
env:
48+
CI: true
49+
50+
- name: Tests
4751
run: npm run test -- --coverage
4852
env:
4953
CI: true

0 commit comments

Comments
 (0)