Skip to content

Commit

Permalink
misc: CI optimized by removing redundant compile step
Browse files Browse the repository at this point in the history
  • Loading branch information
donosonaumczuk committed Aug 31, 2022
1 parent 9f3b62a commit 77b522e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,5 @@ jobs:
node-version: '16'
- name: Install dependencies
run: npm ci
- name: Compile code
run: npm run compile
- name: Run test coverage
- name: Compile code and run test coverage
run: npm run coverage

0 comments on commit 77b522e

Please sign in to comment.