Remove debug workflow
This commit is contained in:
parent
7e1b4e7860
commit
710081fe21
1 changed files with 0 additions and 18 deletions
|
|
@ -1,18 +0,0 @@
|
|||
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