Skip to content

Commit 8d5befd

Browse files
committed
remove old setting
1 parent 82ff1dd commit 8d5befd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud-sql/mysql/mysql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"start": "node server/server.js",
1616
"proxy": "bash $GITHUB_WORKSPACE/.github/workflows/utils/sql-proxy.sh",
1717
"system-test": "npm run proxy -- c8 mocha -p -j 2 test/server.test.js --timeout=60000 --exit",
18-
"system-test-unix": "SOCKET=unix npm run proxy -s -- c8 mocha -p -j 2 test/server-unix.test.js --timeout=60000 --exit",
18+
"system-test-unix": "SOCKET=unix npm run proxy -- c8 mocha -p -j 2 test/server-unix.test.js --timeout=60000 --exit",
1919
"test": "npm run system-test && npm run system-test-unix"
2020
},
2121
"dependencies": {

0 commit comments

Comments
 (0)