fix action again
This commit is contained in:
parent
ec6c6b1e4f
commit
ba0c476813
4
.github/workflows/stack-healthcheck.yml
vendored
4
.github/workflows/stack-healthcheck.yml
vendored
@ -11,8 +11,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Deploy the stack
|
- name: Deploy the stack, timeout if not healthy after 2m
|
||||||
run: timeout 120 docker-compose up --wait
|
run: timeout 120 docker compose up --wait
|
||||||
|
|
||||||
- name: Setup tmate session
|
- name: Setup tmate session
|
||||||
uses: mxschmitt/action-tmate@v3
|
uses: mxschmitt/action-tmate@v3
|
Loading…
Reference in New Issue
Block a user