We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c42fb92 commit 3cb7e6bCopy full SHA for 3cb7e6b
.github/workflows/target_tests.yml
@@ -72,4 +72,4 @@ jobs:
72
uses: actions/upload-artifact@v4
73
with:
74
name: code-coverage-report
75
- path: "$JUNIT_OUTPUT"
+ path: ${{ env.JUNIT_OUTPUT }}
0 commit comments