auth-api/.gitea/workflows/test.yml
lilleman 102993cb2a
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
Testing simpler pipeline
2023-12-23 01:18:16 +01:00

15 lines
354 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:
# - name: Check out repository code
# uses: actions/checkout@v4
- name: Debug
run: echo "wat?"
- name: Docker test
run: docker run hello-world