Skip to content

Commit

Permalink
Fix code coverage guard
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewl committed Aug 15, 2023
1 parent 9ddf3f8 commit d537835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:

- name: Code Coverage
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
if: ${{ secrets.CC_TEST_REPORTER_ID }} != null
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
if: $CC_TEST_REPORTER_ID != null
uses: paambaati/[email protected]
publish:
needs: test
Expand Down

0 comments on commit d537835

Please sign in to comment.