ci: list workflow path
Some checks failed
Named workflow / test (push) Failing after 5s

This commit is contained in:
Julien Oculi 2024-01-17 14:15:27 +01:00
parent 8b038510d2
commit f3c344f90e

View file

@ -10,13 +10,13 @@ jobs:
steps:
- name: Debug runner (act actions path)
run: ls -lah /var/run/act/
run: tree -lah /var/run/act/workflow
- name: Debug runner (act help)
run: act --help
# - name: Debug runner (act help)
# run: act --help
- name: Debug runner (act version)
run: act --version
# - name: Debug runner (act version)
# run: act --version
- name: Setup repo
uses: https://code.forgejo.org/actions/checkout@v4