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'
|
- 'bleeding-edge'
|
||||||
jobs:
|
jobs:
|
||||||
verify-healthy:
|
verify-healthy:
|
||||||
runs-on: linux_amd64
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Set up Docker Compose
|
||||||
|
uses: docker/setup-compose-action@v2
|
||||||
|
|
||||||
- name: Start stack
|
- name: Start stack
|
||||||
run: docker compose up -d
|
run: docker compose up -d
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user