Skip to content

Commit

Permalink
Use "docker compose" instead of docker-compose for tests on github ac…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
refring committed Jan 8, 2025
1 parent d4479f2 commit e64b9ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v4

- name: Spin up containers
run: docker-compose -f tests/docker-compose.yml up -d
run: docker compose -ftests/docker-compose.yml up -d
env:
MONERO_VERSION: ${{ matrix.monero }}

Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
uses: actions/checkout@v4

- name: Spin up containers
run: docker-compose -f tests/docker-compose.yml up -d
run: docker compose -ftests/docker-compose.yml up -d
env:
MONERO_VERSION: "0.18.3.1"

Expand Down

0 comments on commit e64b9ed

Please sign in to comment.