runs-on docker
All checks were successful
ci / hello (push) Successful in 35s

This commit is contained in:
t 2026-08-26 01:20:23 +00:00
parent 9bb261b1e6
commit 8fede71f88

View file

@ -2,7 +2,7 @@ name: ci
on: [push] on: [push]
jobs: jobs:
hello: hello:
runs-on: ubuntu-latest runs-on: docker
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: echo runner-ok && ls -la && git log --oneline -1 - run: echo runner-ok && docker info >/dev/null 2>&1 && echo socket-mounted || echo no-socket