Skip to content

Commit 52cd64b

Browse files
committed
docker-compose to docker compose
1 parent 10d332a commit 52cd64b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v3
1616

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

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

0 commit comments

Comments
 (0)