Skip to content

Commit

Permalink
Merge pull request lens-protocol#153 from lens-protocol/misc/ci-optim…
Browse files Browse the repository at this point in the history
…ization

misc: CI optimized by removing redundant compile step
  • Loading branch information
donosonaumczuk authored Sep 1, 2022
2 parents 9f3b62a + 77b522e commit 746bda9
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 746bda9

Please sign in to comment.