File tree Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change 24
24
- |
25
25
npm link
26
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
27
+ npx tap -c -t0 --disable-coverage --allow-empty-coverage system-test
29
28
timeout : 300s
29
+ waitFor : ["-"]
30
30
- id : run sample tests
31
31
name : node:latest
32
32
entrypoint : bash
@@ -38,20 +38,9 @@ steps:
38
38
- |
39
39
npm link
40
40
npm link @google-cloud/cloud-sql-connector
41
- npx tap -c -t0 --disable-coverage --allow-empty-coverage examples/*/*/test/*{.cjs,.mjs,.ts} -o test_results.tap
41
+ npx tap -c -t0 --disable-coverage --allow-empty-coverage examples/*/*/test/*{.cjs,.mjs,.ts}
42
42
timeout : 300s
43
- - id : run unit tests
44
- name : node:latest
45
- entrypoint : bash
46
- env :
47
- - " TAP_DISABLE_COVERAGE=1"
48
- - " TAP_ALLOW_MISSING_COVERAGE=1"
49
- - " TAP_ALLOW_INCOMPLETE_COVERAGE=1"
50
- - " TAP_ALLOW_EMPTY_COVERAGE=1"
51
- args :
52
- - " -c"
53
- - |
54
- npx tap -c -t0 -o test_results.tap test
43
+ waitFor : ["-"]
55
44
availableSecrets :
56
45
secretManager :
57
46
- versionName : ' projects/$PROJECT_ID/secrets/MYSQL_CONNECTION_NAME/versions/latest'
You can’t perform that action at this time.
0 commit comments