action-test/.forgejo/workflows/demo.yaml
Patrik Lundin 81d63942b8
All checks were successful
/ test (push) Successful in 1m7s
Yes, continue
2024-10-04 16:18:39 +02:00

9 lines
142 B
YAML

on:
push:
jobs:
test:
runs-on: docker
steps:
- run: apt update
- run: apt install -y docker.io
- run: docker ps