From 556ffb882c4340255581bc525ff7214b152ab90f Mon Sep 17 00:00:00 2001 From: t Date: Wed, 26 Aug 2026 01:29:59 +0000 Subject: [PATCH] test options mount --- .forgejo/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 93eb3c4..4753a61 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -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