action-test/.forgejo/workflows/demo.yaml
Patrik Lundin 77e10a6e66
Some checks failed
/ test (push) Failing after 3s
Test installing package
2024-10-04 16:15:50 +02:00

9 lines
112 B
YAML

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