Skip to content

Commit

Permalink
Fix coverage CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
eeintech committed Apr 14, 2023
1 parent 2df3452 commit a99d6d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,14 @@ jobs:
if: github.event.pull_request.head.repo.full_name != 'sparkmicro/Ki-nTree'
run: |
invoke test -e 0
- name: Run build
run: |
invoke build
- name: Coveralls
if: github.event.pull_request.head.repo.full_name == 'sparkmicro/Ki-nTree'
run: |
coveralls --version
coveralls --service=github
- name: Run build
run: |
invoke build
test-publish:
name: Publish to Test PyPI, then PyPI
Expand Down

0 comments on commit a99d6d3

Please sign in to comment.