Docker-Davinci-Resolve-Proj.../.github/workflows/stack-healthcheck.yml
2022-07-29 19:11:20 -05:00

18 lines
373 B
YAML

---
name: Stack Healthcheck
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
name: Test Stack
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Deploy the stack, timeout if not healthy after 2m
run: timeout 120 docker compose up --wait
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3