File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments