Skip to content

Commit 6337efc

Browse files
test(ci): readd --link
1 parent 9b2b1d7 commit 6337efc

File tree

2 files changed

+5929
-5767
lines changed

2 files changed

+5929
-5767
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +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 run --net cli_default jwilder/dockerize -wait tcp://${DIALECT}:${SEQ_PORT::-1} -timeout 2m
30+
- run: docker run --link ${DIALECT}:db --net cli_default jwilder/dockerize -wait tcp://${DIALECT}:${SEQ_PORT::-1} -timeout 2m
3131
- run: yarn test
3232
test-mysql:
3333
strategy:
@@ -48,7 +48,7 @@ jobs:
4848
- run: yarn install --frozen-lockfile --ignore-engines
4949
- run: yarn add sequelize@${{ matrix.sequelize-version }} --ignore-engines
5050
- run: docker compose up -d ${DIALECT}
51-
- run: docker run --net cli_default jwilder/dockerize -wait tcp://${DIALECT}:${SEQ_PORT::-1} -timeout 2m
51+
- run: docker run --link ${DIALECT}:db --net cli_default jwilder/dockerize -wait tcp://${DIALECT}:${SEQ_PORT::-1} -timeout 2m
5252
- run: yarn test
5353
test-sqlite:
5454
strategy:

0 commit comments

Comments
 (0)