test-forgejo-runner/.forgejo/workflows/demo.yaml
Julien Oculi f3c344f90e
Some checks failed
Named workflow / test (push) Failing after 5s
ci: list workflow path
2024-01-17 14:15:27 +01:00

31 lines
589 B
YAML

name: Named workflow
on:
push:
branches: ["main"]
jobs:
test:
runs-on: docker
steps:
- name: Debug runner (act actions path)
run: tree -lah /var/run/act/workflow
# - 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