Update .gitea/workflows/verify.yaml
Verify configuration / verify-healthy (push) Failing after 5m28s
Verify configuration / verify-healthy (push) Failing after 5m28s
This commit is contained in:
@@ -10,11 +10,14 @@ on:
|
||||
- 'bleeding-edge'
|
||||
jobs:
|
||||
verify-healthy:
|
||||
runs-on: linux_amd64
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Docker Compose
|
||||
uses: docker/setup-compose-action@v2
|
||||
|
||||
- name: Start stack
|
||||
run: docker compose up -d
|
||||
|
||||
|
||||
Reference in New Issue
Block a user