Skip to content

Commit

Permalink
ci(spanner): use airlock for presubmit jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
sakthivelmanii committed Nov 26, 2024
1 parent 223f167 commit 08dddf6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .kokoro/system-test.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"prelint": "cd samples; npm link ../; npm install",
"precompile": "gts clean",
"compile-protos": "compileProtos src",
"coverage": "c8 mocha build/test build/test/common && c8 report --check-coverage"
"coverage": "c8 mocha build/test build/test/common && c8 report --check-coverage",
"artifactregistry-login": "npm_config_registry=https://registry.npmjs.org npx google-artifactregistry-auth"
},
"dependencies": {
"@google-cloud/common": "^5.0.0",
Expand Down

0 comments on commit 08dddf6

Please sign in to comment.