fix action

This commit is contained in:
Elliot Matson 2022-07-29 19:10:12 -05:00
parent 0293cf6377
commit ec6c6b1e4f

View File

@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Deploy the stack
run: timeout 120 docker-compose up -d
run: timeout 120 docker-compose up --wait
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3