Skip to content

Commit 63c9968

Browse files
authored
Merge branch 'main' into nodejs-promisify-migration
2 parents cb23968 + 28f5644 commit 63c9968

1 file changed

Lines changed: 32 additions & 32 deletions

File tree

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
on:
2-
push:
3-
branches:
4-
- main
5-
paths:
6-
- 'handwritten/spanner/**'
7-
pull_request:
8-
paths:
9-
- 'handwritten/spanner/**'
10-
name: system-tests-against-emulator
11-
jobs:
12-
test:
13-
runs-on: ubuntu-latest
1+
# on:
2+
# push:
3+
# branches:
4+
# - main
5+
# paths:
6+
# - 'handwritten/spanner/**'
7+
# pull_request:
8+
# paths:
9+
# - 'handwritten/spanner/**'
10+
# name: system-tests-against-emulator
11+
# jobs:
12+
# test:
13+
# runs-on: ubuntu-latest
1414

15-
services:
16-
emulator:
17-
image: gcr.io/cloud-spanner-emulator/emulator:latest
18-
ports:
19-
- 9010:9010
20-
- 9020:9020
15+
# services:
16+
# emulator:
17+
# image: gcr.io/cloud-spanner-emulator/emulator:latest
18+
# ports:
19+
# - 9010:9010
20+
# - 9020:9020
2121

22-
steps:
23-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
24-
- uses: actions/setup-node@v5
25-
with:
26-
node-version: 22
27-
- run: node --version
28-
- run: npm install
29-
working-directory: handwritten/spanner
30-
- run: npm run system-test
31-
working-directory: handwritten/spanner
32-
env:
33-
SPANNER_EMULATOR_HOST: localhost:9010
34-
GCLOUD_PROJECT: emulator-test-project
22+
# steps:
23+
# - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
24+
# - uses: actions/setup-node@v5
25+
# with:
26+
# node-version: 22
27+
# - run: node --version
28+
# - run: npm install
29+
# working-directory: handwritten/spanner
30+
# - run: npm run system-test
31+
# working-directory: handwritten/spanner
32+
# env:
33+
# SPANNER_EMULATOR_HOST: localhost:9010
34+
# GCLOUD_PROJECT: emulator-test-project

0 commit comments

Comments
 (0)