test: forgejo actions runner smoke test (throwaway branch)
/ smoke (push) Failing after 6s Details

This commit is contained in:
Maciek "mab122" Bator 2026-07-19 13:27:21 +02:00
parent 3215f231d8
commit 4d694cfa96
1 changed files with 11 additions and 0 deletions

View File

@ -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