Files
action-tests/.gitea/workflows/test.yaml
T
codinget 199d0a7239
Gitea Actions Demo / test (push) Successful in 38s
ci: see what docker is doing
2026-05-20 18:33:02 +00:00

11 lines
222 B
YAML

name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: stat /var/run/docker.sock || true
- run: docker ps