test options mount
Some checks failed
ci / hello (push) Failing after 5s

This commit is contained in:
t 2026-08-26 01:29:59 +00:00
parent 36c7743b17
commit 556ffb882c

View file

@ -3,6 +3,9 @@ on: [push]
jobs:
hello:
runs-on: docker
container:
image: gitea/runner-images:ubuntu-22.04
options: -v /opt/grade/runner-diag:/diag
steps:
- uses: actions/checkout@v4
- run: echo runner-ok && docker info >/dev/null 2>&1 && echo socket-mounted || echo no-socket
- run: echo options-mount-ok > /diag/test-$(date +%s).txt && ls /diag