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 2c8a076 commit f0fbd65Copy full SHA for f0fbd65
cloud-sql/mysql/mysql/package.json
@@ -13,8 +13,9 @@
13
},
14
"scripts": {
15
"start": "node server/server.js",
16
- "system-test": "test/run-proxy.sh && c8 mocha -p -j 2 test/server.test.js --timeout=60000 --exit",
17
- "system-test-unix": "test/run-proxy.sh && c8 mocha -p -j 2 test/server-unix.test.js --timeout=60000 --exit",
+ "proxy": "source ../../../.github/workflows/util/sql-proxy.sh",
+ "system-test": "npm run proxy && c8 mocha -p -j 2 test/server.test.js --timeout=60000 --exit",
18
+ "system-test-unix": "npm run proxy && 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": {
cloud-sql/mysql/mysql/test/run-proxy.sh
0 commit comments