We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa8a1b0 commit aef5914Copy full SHA for aef5914
1 file changed
.github/workflows/checks.yaml
@@ -59,8 +59,12 @@ jobs:
59
files: ./coverage.xml
60
fail_ci_if_error: true
61
verbose: true
62
+ - name: Set up Docker Compose
63
+ uses: docker/setup-compose-action@v1.2.0
64
+ with:
65
+ version: latest
66
- name: Start app
- run: docker-compose up -d --build
67
+ run: /usr/bin/docker compose up -d --build
68
- name: Wait until app is up
69
run: sleep 30
70
- name: Run health check
0 commit comments