Skip to content

docs: update custom retry and timeout sample (#1918) #10

docs: update custom retry and timeout sample (#1918)

docs: update custom retry and timeout sample (#1918) #10

on:
push:
branches:
- main
pull_request:
name: system-tests-against-emulator
jobs:
test:
runs-on: ubuntu-latest
services:
emulator:
image: gcr.io/cloud-spanner-emulator/emulator:latest
ports:
- 9010:9010
- 9020:9020
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/setup-node@v3
with:
node-version: 14
- run: node --version
- run: npm install
- run: npm run system-test
env:
SPANNER_EMULATOR_HOST: localhost:9010
GCLOUD_PROJECT: emulator-test-project