Skip to content

Commit aef5914

Browse files
authored
Fix GitHub Actions (#54)
1 parent fa8a1b0 commit aef5914

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/checks.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,12 @@ jobs:
5959
files: ./coverage.xml
6060
fail_ci_if_error: true
6161
verbose: true
62+
- name: Set up Docker Compose
63+
uses: docker/setup-compose-action@v1.2.0
64+
with:
65+
version: latest
6266
- name: Start app
63-
run: docker-compose up -d --build
67+
run: /usr/bin/docker compose up -d --build
6468
- name: Wait until app is up
6569
run: sleep 30
6670
- name: Run health check

0 commit comments

Comments
 (0)