Skip to content

Commit 0380ba5

Browse files
test(ci): check the logs of postgres container
1 parent 1831aca commit 0380ba5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
- run: yarn install --frozen-lockfile --ignore-engines
2828
- run: yarn add sequelize@${{ matrix.sequelize-version }} --ignore-engines
2929
- run: docker compose up -d ${DIALECT}
30-
- run: docker ps
30+
- run: sleep 10
31+
- run: docker logs -f --tail 10 ${DIALECT}
3132
- run: docker run --link ${DIALECT}:db --net cli_default jwilder/dockerize -wait tcp://${DIALECT}:${SEQ_PORT} -timeout 2m
3233
- run: yarn test
3334
test-mysql:

0 commit comments

Comments
 (0)