This commit is contained in:
parent
9bb261b1e6
commit
8fede71f88
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue