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.
docker compose
docker-compose
1 parent f71bdea commit 433846aCopy full SHA for 433846a
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
node-version: ${{ matrix.node-version }}
48
- run: yarn install --frozen-lockfile --ignore-engines
49
- run: yarn add sequelize@${{ matrix.sequelize-version }} --ignore-engines
50
- - run: docker-compose up -d ${DIALECT}
+ - run: docker compose up -d ${DIALECT}
51
- run: docker run --link ${DIALECT}:db -e CHECK_PORT=${SEQ_PORT::-1} -e CHECK_HOST=db --net cli_default giorgos/takis
52
- run: yarn test
53
test-sqlite:
0 commit comments