Skip to content

Commit

Permalink
Fix GitHub action error: docker-compose: command not found
Browse files Browse the repository at this point in the history
  • Loading branch information
glushkovds committed Sep 10, 2024
1 parent 3fb1861 commit 2009960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Tests
run: docker-compose -f docker-compose.test.yaml run php sh /src/tests.bootstrap.sh
run: docker compose -f docker-compose.test.yaml run php sh /src/tests.bootstrap.sh

0 comments on commit 2009960

Please sign in to comment.