Compare commits

..

2 commits

Author SHA1 Message Date
Julien Oculi 8b038510d2 ci: add debug steps to workflow
Some checks failed
Named workflow / test (push) Failing after 7s
2024-01-17 14:11:21 +01:00
Julien Oculi 234c32c0a8 ci: improve workflow structure 2024-01-17 13:54:25 +01:00

View file

@ -1,10 +1,31 @@
name: Named workflow name: Named workflow
on: [push]
on:
push:
branches: ["main"]
jobs: jobs:
test: test:
runs-on: docker runs-on: docker
steps: steps:
- uses: https://code.forgejo.org/actions/checkout@v4 - name: Debug runner (act actions path)
- run: echo All Good run: ls -lah /var/run/act/
- run: ls -lah .
- run: pwd - name: Debug runner (act help)
run: act --help
- name: Debug runner (act version)
run: act --version
- name: Setup repo
uses: https://code.forgejo.org/actions/checkout@v4
- name: Testing runner
run: echo All Good
- name: Testing local fs
run: ls -lah .
- name: Testing working directory
run: pwd