Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplants committed Oct 3, 2024
1 parent 914f5ed commit 4056e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: ${{ runner.os != 'Linux' }}
run: poetry run task test
- name: Test & publish code coverage
if: ${{ runner.os == 'Linux' && env.CC_TEST_REPORTER_ID != '' }}
if: ${{ runner.os == 'Linux' && secrets.CC_TEST_REPORTER_ID != '' }}
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
Expand Down

0 comments on commit 4056e88

Please sign in to comment.