Debug: test runner
This commit is contained in:
parent
5796a6d620
commit
9c483cedea
1 changed files with 18 additions and 0 deletions
18
.forgejo/workflows/debug.yml
Normal file
18
.forgejo/workflows/debug.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
name: Debug Test
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: docker:latest
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
steps:
|
||||
- name: Test Docker
|
||||
run: |
|
||||
echo "Container works!"
|
||||
docker version
|
||||
docker ps | head -5
|
||||
Loading…
Add table
Add a link
Reference in a new issue