Skip to content

Commit

Permalink
Debug workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <[email protected]>
  • Loading branch information
tylergu committed Oct 8, 2024
1 parent 2ad6510 commit 96fbe20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
--cov=acto
- name: Get coverage report path
id: coverage_path
run: echo "COVERAGE_PATH=$(realpath .coverage.${{ github.sha }}.unittest)" >> GITHUB_OUTPUT
run: echo "COVERAGE_PATH=$(realpath .coverage.${{ github.sha }}.unittest)" >> "$GITHUB_OUTPUT"
- name: Upload coverage
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 96fbe20

Please sign in to comment.