Skip to content

Commit

Permalink
Converts docker-compose to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Sep 7, 2024
1 parent f00bdf5 commit 0dc9e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-mql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
&& apt-get -qq install python-pip
&& pip install docker-compose
- name: Run ${{ matrix.test }}
run: docker-compose run ${{ matrix.test }}
run: docker compose run ${{ matrix.test }}
Tests-MT4-Ignored:
defaults:
run:
Expand All @@ -69,4 +69,4 @@ jobs:
&& apt-get -qq install python-pip
&& pip install docker-compose
- name: Run ${{ matrix.test }}
run: docker-compose run ${{ matrix.test }} || true
run: docker compose run ${{ matrix.test }} || true

0 comments on commit 0dc9e73

Please sign in to comment.