action-test/.forgejo/workflows/demo.yaml
Patrik Lundin f37f964748
Some checks failed
/ test (push) Failing after 12s
Try again
2024-10-04 16:17:07 +02:00

10 lines
139 B
YAML

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