test: forgejo actions runner smoke test (throwaway branch)
/ smoke (push) Failing after 6s
Details
/ smoke (push) Failing after 6s
Details
This commit is contained in:
parent
3215f231d8
commit
4d694cfa96
|
|
@ -0,0 +1,11 @@
|
|||
on: [push, workflow_dispatch]
|
||||
jobs:
|
||||
smoke:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: |
|
||||
echo "hello from $(hostname)"
|
||||
uname -a
|
||||
docker info --format '{{.OperatingSystem}} / {{.NCPU}} CPUs / {{.MemTotal}} bytes'
|
||||
ls -la
|
||||
Loading…
Reference in New Issue