Skip to content

Commit

Permalink
installing curl manually in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
elylucas committed Jul 13, 2023
1 parent cfcde28 commit 70faca9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ commands:
- store_artifacts:
path: coverage
- run: npx nyc report --reporter=text || true
- run: apt-get update && apt-get install -y curl
- codecov/upload:
file: coverage/coverage-final.json
persist_ws:
Expand Down

0 comments on commit 70faca9

Please sign in to comment.