File tree Expand file tree Collapse file tree 2 files changed +5929
-5767
lines changed
Expand file tree Collapse file tree 2 files changed +5929
-5767
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 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 :
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 :
You can’t perform that action at this time.
0 commit comments