Skip to content

Commit c056300

Browse files
test(ci): check why does the postgres shuts down
1 parent 19b1b35 commit c056300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ 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 ps
32-
- run: docker run --link ${DIALECT}:db --net cli_default jwilder/dockerize -wait tcp://${DIALECT}:${SEQ_PORT} -timeout 2m
31+
- run: docker logs -f --tail 10 ${DIALECT}
32+
- run: docker run --link ${DIALECT}:db --net cli_default jwilder/dockerize -wait tcp://${DIALECT}:${SEQ_PORT::-1} -timeout 2m
3333
- run: yarn test
3434
test-mysql:
3535
strategy:

0 commit comments

Comments
 (0)