We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cba749 commit 2f85e5bCopy full SHA for 2f85e5b
.github/workflows/ci.yml
@@ -88,7 +88,6 @@ jobs:
88
- run: npm test
89
90
test-win:
91
- # if: false
92
needs: [ get-lts ]
93
runs-on: windows-latest
94
strategy:
test.sh
@@ -3,8 +3,8 @@
3
set -eu
4
5
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
+ sed -i.bak 's/^user[[:space:]]*=.*/user = "root"/' conf.d/mysql.toml
+ sed -i.bak 's/^password[[:space:]]*=.*/password = "root"/' conf.d/mysql.toml
8
fi
9
10
NODE="node --no-warnings=ExperimentalWarning"
0 commit comments