Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Fix docker compose cmd line
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentluce committed Aug 24, 2024
1 parent e7e2b29 commit 7fdbaef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_wip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
run: bash -c 'source ~/.bashrc; if kardinal | grep -q "Kardinal CLI"; then exit 0; else exit 1; fi'

- name: Start kontrol service and Postgres
run: docker-compose docker-compose.yml up
run: docker-compose -f docker-compose.yml up

0 comments on commit 7fdbaef

Please sign in to comment.