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 f26c218 commit 82ff1ddCopy full SHA for 82ff1dd
cloud-sql/mysql/mysql/package.json
@@ -15,7 +15,7 @@
15
"start": "node server/server.js",
16
"proxy": "bash $GITHUB_WORKSPACE/.github/workflows/utils/sql-proxy.sh",
17
"system-test": "npm run proxy -- c8 mocha -p -j 2 test/server.test.js --timeout=60000 --exit",
18
- "system-test-unix": "npm run proxy -s -- c8 mocha -p -j 2 test/server-unix.test.js --timeout=60000 --exit",
+ "system-test-unix": "SOCKET=unix npm run proxy -s -- c8 mocha -p -j 2 test/server-unix.test.js --timeout=60000 --exit",
19
"test": "npm run system-test && npm run system-test-unix"
20
},
21
"dependencies": {
0 commit comments