Skip to content

chore: Nodejs spanner migration#7310

Closed
sofisl wants to merge 1 commit intomainfrom
nodejs-spanner-migration
Closed

chore: Nodejs spanner migration#7310
sofisl wants to merge 1 commit intomainfrom
nodejs-spanner-migration

Conversation

@sofisl
Copy link
Contributor

@sofisl sofisl commented Feb 26, 2026

No description provided.

@sofisl sofisl requested a review from a team as a code owner February 26, 2026 21:43
Comment on lines +9 to +28
runs-on: ubuntu-latest

services:
emulator:
image: gcr.io/cloud-spanner-emulator/emulator:latest
ports:
- 9010:9010
- 9020:9020

steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- uses: actions/setup-node@v5
with:
node-version: 22
- run: node --version
- run: npm install
- run: npm run system-test
env:
SPANNER_EMULATOR_HOST: localhost:9010
GCLOUD_PROJECT: emulator-test-project

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}
@sofisl sofisl added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 27, 2026
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 27, 2026
@sofisl sofisl added kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Feb 28, 2026
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 28, 2026
@sofisl sofisl added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 28, 2026
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 28, 2026
@sofisl sofisl force-pushed the nodejs-spanner-migration branch from 160a9c8 to dcbc97f Compare March 4, 2026 18:58
@sofisl sofisl requested a review from a team as a code owner March 4, 2026 18:58
@snippet-bot
Copy link

snippet-bot bot commented Mar 4, 2026

Here is the summary of changes.

You are about to add 48 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

Comment on lines +13 to +21
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14
- run: node --version
- run: cd handwritten/storage && npm install
- run: cd handwritten/storage && npm run conformance-test

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}
@sofisl sofisl closed this Mar 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants