test-forgejo-runner/.forgejo/workflows/demo.yaml

31 lines
571 B
YAML
Raw Normal View History

2024-01-17 13:29:07 +01:00
name: Named workflow
2024-01-17 13:54:25 +01:00
on:
push:
branches: ["main"]
2024-01-16 13:31:33 +01:00
jobs:
test:
runs-on: docker
2024-01-17 13:54:25 +01:00
2024-01-16 13:31:33 +01:00
steps:
2024-01-17 14:11:21 +01:00
- 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
2024-01-17 13:54:25 +01:00
- 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