monheim 0a47801881
Some checks failed
Build, test and deploy / Build, test and deploy (push) Failing after 3s
Windows Build / build (push) Successful in 2s
Update .gitea/workflows/docker-test.yml
2025-04-20 22:47:55 +02:00

15 lines
355 B
YAML

name: Build, test and deploy
on: [push]
jobs:
"Build, test and deploy":
strategy:
fail-fast: false
runs-on: docker
defaults:
run:
shell: powershell
steps:
- name: Identify trigger
run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- uses: actions/checkout@v3