test(dood): smoke workflow with docker version
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
name: test
|
name: DooD smoke
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
hello:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo "hello from host executor"
|
- name: docker version (DooD: 借宿主 docker)
|
||||||
- run: whoami && pwd
|
run: docker version
|
||||||
|
- name: hostname
|
||||||
|
run: echo "ok from $(hostname)"
|
||||||
|
|||||||
Reference in New Issue
Block a user