Skip to content

Commit

Permalink
Fix CI typo
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Apr 13, 2022
1 parent 3f4e166 commit 2163f4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
- run: yarn test
- run: yarn lint
- run: |
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov

0 comments on commit 2163f4f

Please sign in to comment.