Skip to content

Commit

Permalink
docker-compose to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
olirice committed Aug 5, 2024
1 parent 10d332a commit 52cd64b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3

- name: Build docker images
run: PG_VERSION=${{ matrix.postgres }} docker-compose -f .ci/docker-compose.yml build
run: PG_VERSION=${{ matrix.postgres }} docker compose -f .ci/docker-compose.yml build

- name: Run tests
run: PG_VERSION=${{ matrix.postgres }} docker-compose -f .ci/docker-compose.yml run test
run: PG_VERSION=${{ matrix.postgres }} docker compose -f .ci/docker-compose.yml run test

0 comments on commit 52cd64b

Please sign in to comment.