Skip to content

Commit a2c2671

Browse files
committed
Fix path in test
1 parent 7441959 commit a2c2671

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
@@ -28,7 +28,7 @@ jobs:
2828
shell: bash
2929
run: |
3030
echo "Contents of /tmp/codee/:"
31-
ls -la /tmp/codee/
31+
ls -la ${RUNNER_TEMP}/codee/
3232
3333
- name: Check Codee binary (bash)
3434
shell: bash

0 commit comments

Comments
 (0)