This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user