auth-api/.gitea/workflows/test.yml

12 lines
304 B
YAML
Raw Normal View History

2023-12-16 22:59:51 +01:00
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
2023-12-17 01:04:23 +01:00
- name: Check out repository code
uses: actions/checkout@v4
- name: Docker test
2023-12-17 01:03:21 +01:00
run: docker run hello-world