Skip to content

Commit e3b65ac

Browse files
committed
Fix path in test
1 parent 2488cad commit e3b65ac

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