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 f13d4eb commit 629fa09Copy full SHA for 629fa09
cloud-sql/mysql/mysql/package.json
@@ -13,7 +13,7 @@
13
},
14
"scripts": {
15
"start": "node server/server.js",
16
- "proxy": "ls ../../../ && bash ../../../.github/workflows/util/sql-proxy.sh",
+ "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",
19
"test": "npm run system-test && npm run system-test-unix"
0 commit comments