Update .gitea/workflows/verify.yaml
Verify configuration / verify-healthy (push) Failing after 28s

This commit is contained in:
2026-06-01 22:41:33 +02:00
parent a1351de84a
commit c0bca25747
+1 -7
View File
@@ -10,20 +10,14 @@ on:
- 'bleeding-edge' - 'bleeding-edge'
jobs: jobs:
verify-healthy: verify-healthy:
runs-on: ubuntu-latest runs-on: linux-amd64
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Set up Docker Compose
run: apt-get install -y docker docker-compose
- name: Start stack - name: Start stack
run: docker compose up -d run: docker compose up -d
- name: Show status
run: docker compose ps
- name: Check health - name: Check health
run: | run: |
for i in {1..60}; do for i in {1..60}; do