This commit is contained in:
parent
36c7743b17
commit
556ffb882c
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue