Skip to content

Commit

Permalink
chore: update ci to avoid running linter multiple times
Browse files Browse the repository at this point in the history
  • Loading branch information
notaphplover committed Nov 7, 2024
1 parent 34e3784 commit 6bac162
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
- run: npm run lint
- name: Run tests
run: npm test

Expand All @@ -57,6 +56,9 @@ jobs:
registry-url: https://registry.npmjs.org/
- name: Install Dependencies
run: npm ci
- run: npm run build
- name: Run linter
run: npm run lint
- name: Run tests
run: npm test --coverage
- name: Codecov Upload
Expand Down

0 comments on commit 6bac162

Please sign in to comment.