Skip to content

Commit 731a5d9

Browse files
committed
chore: run system tests against emulator only for spanner
1 parent 2afca53 commit 731a5d9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/system-tests-against-emulator.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ on:
22
push:
33
branches:
44
- main
5+
paths:
6+
- 'handwritten/spanner/**'
57
pull_request:
8+
paths:
9+
- 'handwritten/spanner/**'
610
name: system-tests-against-emulator
711
jobs:
812
test:
@@ -22,7 +26,9 @@ jobs:
2226
node-version: 22
2327
- run: node --version
2428
- run: npm install
29+
working-directory: handwritten/spanner
2530
- run: npm run system-test
31+
working-directory: handwritten/spanner
2632
env:
2733
SPANNER_EMULATOR_HOST: localhost:9010
2834
GCLOUD_PROJECT: emulator-test-project

0 commit comments

Comments
 (0)