We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d332a commit 52cd64bCopy full SHA for 52cd64b
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v3
16
17
- name: Build docker images
18
- 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
19
20
- name: Run tests
21
- 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 commit comments