Skip to content

Commit 8bf31b9

Browse files
committed
maybe
1 parent 629fa09 commit 8bf31b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cloud-sql/mysql/mysql/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
},
1414
"scripts": {
1515
"start": "node server/server.js",
16-
"proxy": "echo $GITHUB_WORKSPACE && ls ../../../ && bash ../../../.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 && c8 mocha -p -j 2 test/server-unix.test.js --timeout=60000 --exit",
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 -- 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)