Skip to content

Commit 203eefc

Browse files
committed
ci: adjust ci commands
1 parent 6524ffe commit 203eefc

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
@@ -28,7 +28,7 @@ jobs:
2828
run: npm install
2929

3030
- name: Run tests
31-
run: npm run test:coverage
31+
run: npm run lint:fix
3232

3333
- name: Test code compilation
3434
run: npm run build
@@ -50,7 +50,7 @@ jobs:
5050
run: npm install
5151

5252
- name: Run tests
53-
run: npm run test:coverage
53+
run: npm run lint:fix
5454

5555
- name: Test code compilation
5656
run: npm run build

0 commit comments

Comments
 (0)