auth-api/.gitea/workflows/test.yml
lilleman 705980628e
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s
Docker run hellow-world in cicd
2023-12-17 01:03:21 +01:00

10 lines
238 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@v4
run: docker run hello-world