Skip to content

Commit 433846a

Browse files
authored
ci: use docker compose instead of docker-compose
1 parent f71bdea commit 433846a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
node-version: ${{ matrix.node-version }}
4848
- run: yarn install --frozen-lockfile --ignore-engines
4949
- run: yarn add sequelize@${{ matrix.sequelize-version }} --ignore-engines
50-
- run: docker-compose up -d ${DIALECT}
50+
- run: docker compose up -d ${DIALECT}
5151
- run: docker run --link ${DIALECT}:db -e CHECK_PORT=${SEQ_PORT::-1} -e CHECK_HOST=db --net cli_default giorgos/takis
5252
- run: yarn test
5353
test-sqlite:

0 commit comments

Comments
 (0)