Skip to content

Commit 2f85e5b

Browse files
committed
fix
1 parent 9cba749 commit 2f85e5b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ jobs:
8888
- run: npm test
8989

9090
test-win:
91-
# if: false
9291
needs: [ get-lts ]
9392
runs-on: windows-latest
9493
strategy:

test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
set -eu
44

55
if [ "${CI:-}" = "true" ]; then
6-
sed -i.bak 's/^user[[:space:]]*=.*/user = "root"/' conf.d/mysql.toml && rm -f conf.d/mysql.toml.bak
7-
sed -i.bak 's/^password[[:space:]]*=.*/password = "root"/' conf.d/mysql.toml && rm -f conf.d/mysql.toml.bak
6+
sed -i.bak 's/^user[[:space:]]*=.*/user = "root"/' conf.d/mysql.toml
7+
sed -i.bak 's/^password[[:space:]]*=.*/password = "root"/' conf.d/mysql.toml
88
fi
99

1010
NODE="node --no-warnings=ExperimentalWarning"

0 commit comments

Comments
 (0)