Compare commits
No commits in common. "8b038510d2e5121da8e7b58974c1bd4fca08ec56" and "b47cd1cf684425b97af6082ef55977789fe78c15" have entirely different histories.
8b038510d2
...
b47cd1cf68
|
@ -1,31 +1,10 @@
|
||||||
name: Named workflow
|
name: Named workflow
|
||||||
|
on: [push]
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: ["main"]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Debug runner (act actions path)
|
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
run: ls -lah /var/run/act/
|
- run: echo All Good
|
||||||
|
- run: ls -lah .
|
||||||
- name: Debug runner (act help)
|
- run: pwd
|
||||||
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
|
|
Loading…
Reference in a new issue