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 19b1b35 commit c056300Copy full SHA for c056300
.github/workflows/ci.yml
@@ -28,8 +28,8 @@ jobs:
28
- run: yarn add sequelize@${{ matrix.sequelize-version }} --ignore-engines
29
- run: docker compose up -d ${DIALECT}
30
- run: sleep 10
31
- - run: docker ps
32
- - run: docker run --link ${DIALECT}:db --net cli_default jwilder/dockerize -wait tcp://${DIALECT}:${SEQ_PORT} -timeout 2m
+ - run: docker logs -f --tail 10 ${DIALECT}
+ - run: docker run --link ${DIALECT}:db --net cli_default jwilder/dockerize -wait tcp://${DIALECT}:${SEQ_PORT::-1} -timeout 2m
33
- run: yarn test
34
test-mysql:
35
strategy:
0 commit comments