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

15 lines
349 B
YAML

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