Skip to content

Commit 82a2f50

Browse files
fix(ci): use the whole port for postgres
1 parent 2f5b870 commit 82a2f50

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +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
31-
- run: docker run --link ${DIALECT}:db --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} -timeout 2m
3231
- run: yarn test
3332
test-mysql:
3433
strategy:
@@ -49,8 +48,6 @@ jobs:
4948
- run: yarn install --frozen-lockfile --ignore-engines
5049
- run: yarn add sequelize@${{ matrix.sequelize-version }} --ignore-engines
5150
- run: docker compose up -d ${DIALECT}
52-
53-
- run: docker ps
5451
- run: docker run --link ${DIALECT}:db --net cli_default jwilder/dockerize -wait tcp://${DIALECT}:${SEQ_PORT::-1} -timeout 2m
5552
- run: yarn test
5653
test-sqlite:

0 commit comments

Comments
 (0)