auth-api/.gitea/workflows/test.yml
lilleman af5da95f20
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 8s
Testing again
2023-12-17 01:04:23 +01:00

12 lines
304 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: Docker test
run: docker run hello-world