theocorp_docker_compose/.gitea/workflows/example.yaml
geezo 6b117c4266
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 32s
saving
2025-04-04 05:42:44 +00:00

13 lines
302 B
YAML

name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Integration testing
run: |
cd glance
docker compose up -d