Skip to content

Commit aeafb5d

Browse files
test(ci): check postgres container name
1 parent 8a8c238 commit aeafb5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ 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
3031
- run: docker run --link ${DIALECT}:db --net cli_default jwilder/dockerize -wait tcp://${DIALECT}:${SEQ_PORT::-1} -timeout 2m
3132
- run: yarn test
3233
test-mysql:

0 commit comments

Comments
 (0)