Skip to content

Commit

Permalink
build: fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EHadoux committed Nov 4, 2023
1 parent 447b467 commit df1ec61
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 @@ -31,6 +31,6 @@ jobs:
- name: Publish code coverage
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: {{ secrets.CC_TEST_REPORTER_ID }}
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageLocations: ${{github.workspace}}/.coverage

0 comments on commit df1ec61

Please sign in to comment.