ci: replace tree by ls because not found in runner
Some checks failed
Named workflow / test (push) Failing after 8s

This commit is contained in:
Julien Oculi 2024-01-17 14:17:32 +01:00
parent 552be1ce84
commit 25f81a8f1b

View file

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