Skip to content

Commit 3cb7e6b

Browse files
author
Victor Tang
committed
fix variable syntax
1 parent c42fb92 commit 3cb7e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/target_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ jobs:
7272
uses: actions/upload-artifact@v4
7373
with:
7474
name: code-coverage-report
75-
path: "$JUNIT_OUTPUT"
75+
path: ${{ env.JUNIT_OUTPUT }}

0 commit comments

Comments
 (0)