Skip to content

Commit

Permalink
fix: use docker compose instead of docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
amvid committed Aug 1, 2024
1 parent 53102f8 commit f71137e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Docker Environment
run: docker-compose -f docker-compose.test.yaml up -d
run: docker compose -f docker-compose.test.yaml up -d

- name: Install Dependecies
run: docker exec geo-service-test-app sh -c "composer install"
Expand Down

0 comments on commit f71137e

Please sign in to comment.