We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2afca53 commit 731a5d9Copy full SHA for 731a5d9
1 file changed
.github/workflows/system-tests-against-emulator.yaml
@@ -2,7 +2,11 @@ on:
2
push:
3
branches:
4
- main
5
+ paths:
6
+ - 'handwritten/spanner/**'
7
pull_request:
8
9
10
name: system-tests-against-emulator
11
jobs:
12
test:
@@ -22,7 +26,9 @@ jobs:
22
26
node-version: 22
23
27
- run: node --version
24
28
- run: npm install
29
+ working-directory: handwritten/spanner
25
30
- run: npm run system-test
31
32
env:
33
SPANNER_EMULATOR_HOST: localhost:9010
34
GCLOUD_PROJECT: emulator-test-project
0 commit comments