action-test/.forgejo/workflows/demo.yaml
Neshura 9158b7b39d
All checks were successful
/ test-docker (push) Successful in 3s
/ test-dind (push) Successful in 13s
revert previous commit
2023-11-16 17:06:25 +00:00

10 lines
172 B
YAML

on: [push]
jobs:
test-docker:
runs-on: docker
steps:
- run: echo Docker works!
test-dind:
runs-on: dind
steps:
- run: docker run hello-world