Files
action-tests/.gitea/workflows/test.yaml
T
codinget 50aafbd2a7
Gitea Actions Demo / test0 (push) Successful in 4s
Gitea Actions Demo / test1 (push) Successful in 3s
Gitea Actions Demo / test3 (push) Successful in 3s
Gitea Actions Demo / test2 (push) Successful in 5s
ci: test running more
2026-05-20 18:34:36 +00:00

26 lines
574 B
YAML

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