Skip to content

Commit 0f5bd98

Browse files
fix(ci): fix docker-compose formatting
1 parent c056300 commit 0f5bd98

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ 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: 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:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)