ci: add debug steps to workflow
Some checks failed
Named workflow / test (push) Failing after 7s

This commit is contained in:
Julien Oculi 2024-01-17 14:11:21 +01:00
parent 234c32c0a8
commit 8b038510d2

View file

@ -9,6 +9,15 @@ jobs:
runs-on: docker runs-on: docker
steps: steps:
- name: Debug runner (act actions path)
run: ls -lah /var/run/act/
- name: Debug runner (act help)
run: act --help
- name: Debug runner (act version)
run: act --version
- name: Setup repo - name: Setup repo
uses: https://code.forgejo.org/actions/checkout@v4 uses: https://code.forgejo.org/actions/checkout@v4