Skip to content

Commit

Permalink
PST-1816 update docker-compose to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiří Novák committed Aug 28, 2024
1 parent 1fc5354 commit b845b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Run tests
run: |
export MYSQL_VERSION="${{ matrix.mysql }}"
docker-compose run app
docker compose run app
tests-in-kbc:
needs: build
Expand Down

0 comments on commit b845b73

Please sign in to comment.