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 8a8c238 commit aeafb5dCopy full SHA for aeafb5d
1 file changed
.github/workflows/ci.yml
@@ -27,6 +27,7 @@ jobs:
27
- run: yarn install --frozen-lockfile --ignore-engines
28
- run: yarn add sequelize@${{ matrix.sequelize-version }} --ignore-engines
29
- run: docker compose up -d ${DIALECT}
30
+ - run: docker ps
31
- run: docker run --link ${DIALECT}:db --net cli_default jwilder/dockerize -wait tcp://${DIALECT}:${SEQ_PORT::-1} -timeout 2m
32
- run: yarn test
33
test-mysql:
0 commit comments