We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 191e78a commit 490442dCopy full SHA for 490442d
1 file changed
.cl/cloudbuild.yaml
@@ -22,6 +22,8 @@ steps:
22
args:
23
- "-c"
24
- |
25
+ npm link
26
+ npm link @google-cloud/cloud-sql-connector
27
npx tap -c -t0 --disable-coverage --allow-empty-coverage system-test -o test_results.tap
28
cat test_results.tap | npx tap - --reporter=junit > sponge_log.xml
29
timeout: 300s
0 commit comments