Skip to content

Commit 2f5b870

Browse files
test(ci): check mysql container port
1 parent aeafb5d commit 2f5b870

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
- run: yarn install --frozen-lockfile --ignore-engines
5050
- run: yarn add sequelize@${{ matrix.sequelize-version }} --ignore-engines
5151
- run: docker compose up -d ${DIALECT}
52+
53+
- run: docker ps
5254
- run: docker run --link ${DIALECT}:db --net cli_default jwilder/dockerize -wait tcp://${DIALECT}:${SEQ_PORT::-1} -timeout 2m
5355
- run: yarn test
5456
test-sqlite:

0 commit comments

Comments
 (0)