Skip to content

Commit a4cec81

Browse files
committed
One more fix of path in test
1 parent e3b65ac commit a4cec81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)