Skip to content

Commit f0fbd65

Browse files
committed
??
1 parent 2c8a076 commit f0fbd65

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

cloud-sql/mysql/mysql/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
},
1414
"scripts": {
1515
"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",
16+
"proxy": "source ../../../.github/workflows/util/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 && c8 mocha -p -j 2 test/server-unix.test.js --timeout=60000 --exit",
1819
"test": "npm run system-test && npm run system-test-unix"
1920
},
2021
"dependencies": {

cloud-sql/mysql/mysql/test/run-proxy.sh

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)