File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 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 :
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 :
You can’t perform that action at this time.
0 commit comments