ci: replace tree by ls because not found in runner
Some checks failed
Named workflow / test (push) Failing after 8s
Some checks failed
Named workflow / test (push) Failing after 8s
This commit is contained in:
parent
552be1ce84
commit
25f81a8f1b
|
@ -10,7 +10,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Debug runner (act actions path)
|
- name: Debug runner (act actions path)
|
||||||
run: tree -lah /var/run/act/workflow
|
run: ls -lah /var/run/act/workflow
|
||||||
|
|
||||||
# - name: Debug runner (act help)
|
# - name: Debug runner (act help)
|
||||||
# run: act --help
|
# run: act --help
|
||||||
|
|
Loading…
Reference in a new issue