runner-check/.forgejo/workflows/ci.yml
t 556ffb882c
Some checks failed
ci / hello (push) Failing after 5s
test options mount
2026-08-26 01:29:59 +00:00

11 lines
284 B
YAML

name: ci
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 options-mount-ok > /diag/test-$(date +%s).txt && ls /diag