Skip to content

Commit

Permalink
disable code coverage in CI (temporarily)
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Dec 8, 2022
1 parent e1857c7 commit e0982ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- run: npm run build
- run: npm run lint
- run: npm run test
- run: npm run publish-coverage
#code coverage server is failing, so disable it for now. (If you're reading this, re-enable please)
#- run: npm run publish-coverage
npm-release:
#only run this task if a tag starting with 'v' was used to trigger this (i.e. a tagged release)
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit e0982ae

Please sign in to comment.