File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
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 : sleep 10
31- - run : docker logs -f --tail 10 ${DIALECT}
3230 - run : docker run --link ${DIALECT}:db --net cli_default jwilder/dockerize -wait tcp://${DIALECT}:${SEQ_PORT::-1} -timeout 2m
3331 - run : yarn test
3432 test-mysql :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ services:
1212 - " 54320:5432"
1313 container_name : postgres
1414 command : >
15- bash -c "sed -i -e 's/# \(zh_TW\|en_US\).UTF-8 UTF-8/\1.UTF-8 UTF-8/' /etc/locale.gen
15+ bash -c "sed -i -e 's/# \\ (zh_TW\\ |en_US\\ ).UTF-8 UTF-8/\ \1.UTF-8 UTF-8/' /etc/locale.gen
1616 && locale-gen
1717 && docker-entrypoint.sh postgres"
1818
You can’t perform that action at this time.
0 commit comments