monheim 9720124a1f
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:44:46 +02:00

15 lines
361 B
YAML

name: Build, test and deploy
on: [push]
jobs:
"Build, test and deploy":
strategy:
fail-fast: false
runs-on: windows-cont
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