Skip to content

Commit 19b1b35

Browse files
test(ci): check if the container is still alive
1 parent 0380ba5 commit 19b1b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: yarn add sequelize@${{ matrix.sequelize-version }} --ignore-engines
2929
- run: docker compose up -d ${DIALECT}
3030
- run: sleep 10
31-
- run: docker logs -f --tail 10 ${DIALECT}
31+
- run: docker ps
3232
- run: docker run --link ${DIALECT}:db --net cli_default jwilder/dockerize -wait tcp://${DIALECT}:${SEQ_PORT} -timeout 2m
3333
- run: yarn test
3434
test-mysql:

0 commit comments

Comments
 (0)