Skip to content

Commit 5d55c4b

Browse files
committed
One more fix of path in test
1 parent a2c2671 commit 5d55c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: List of Codee files
2828
shell: bash
2929
run: |
30-
echo "Contents of /tmp/codee/:"
30+
echo "Contents of ${RUNNER_TEMP}/codee/:"
3131
ls -la ${RUNNER_TEMP}/codee/
3232
3333
- name: Check Codee binary (bash)

0 commit comments

Comments
 (0)