File tree Expand file tree Collapse file tree 5 files changed +20
-20
lines changed
Expand file tree Collapse file tree 5 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 44 - main
55 paths :
66 - ' Bigtable/**'
7- - ' .github/workflows/system-tests-bigtable-emulator .yaml'
7+ - ' .github/workflows/emulator- system-tests-bigtable.yaml'
88 - ' .github/emulator/**'
99 pull_request :
1010 paths :
1111 - ' Bigtable/**'
12- - ' .github/workflows/system-tests-bigtable-emulator .yaml'
12+ - ' .github/workflows/emulator- system-tests-bigtable.yaml'
1313 - ' .github/emulator/**'
14- name : Run Bigtable System Tests With Emulator
14+ name : Emulator System Tests
1515permissions :
1616 contents : read
1717jobs :
1818 test :
19+ name : Bigtable
1920 runs-on : ubuntu-latest
20-
2121 steps :
2222 - uses : actions/checkout@v5
2323
Original file line number Diff line number Diff line change 1- name : Run Datastore System Tests With Emulator
21on :
32 push :
43 branches :
54 - main
65 paths :
76 - ' Datastore/**'
8- - ' .github/workflows/system-tests-datastore-emulator .yaml'
7+ - ' .github/workflows/emulator- system-tests-datastore.yaml'
98 - ' .github/emulator/**'
109 pull_request :
1110 paths :
1211 - ' Datastore/**'
13- - ' .github/workflows/system-tests-datastore-emulator .yaml'
12+ - ' .github/workflows/emulator- system-tests-datastore.yaml'
1413 - ' .github/emulator/**'
14+ name : Emulator System Tests
1515permissions :
1616 contents : read
1717jobs :
1818 test :
19+ name : Datastore
1920 runs-on : ubuntu-latest
20-
2121 steps :
2222 - uses : actions/checkout@v5
2323
Original file line number Diff line number Diff line change 44 - main
55 paths :
66 - ' Firestore/**'
7- - ' .github/workflows/system-tests-firestore-emulator .yaml'
7+ - ' .github/workflows/emulator- system-tests-firestore.yaml'
88 - ' .github/emulator/**'
99 pull_request :
1010 paths :
1111 - ' Firestore/**'
12- - ' .github/workflows/system-tests-firestore-emulator .yaml'
12+ - ' .github/workflows/emulator- system-tests-firestore.yaml'
1313 - ' .github/emulator/**'
14- name : Run Firestore System Tests With Emulator
14+ name : Emulator System Tests
1515permissions :
1616 contents : read
1717jobs :
1818 test :
19+ name : Firestore
1920 runs-on : ubuntu-latest
20-
2121 steps :
2222 - uses : actions/checkout@v5
2323
Original file line number Diff line number Diff line change 44 - main
55 paths :
66 - ' PubSub/**'
7- - ' .github/workflows/system-tests-pubsub-emulator .yaml'
7+ - ' .github/workflows/emulator- system-tests-pubsub.yaml'
88 - ' .github/emulator/**'
99 pull_request :
1010 paths :
1111 - ' PubSub/**'
12- - ' .github/workflows/system-tests-pubsub-emulator .yaml'
12+ - ' .github/workflows/emulator- system-tests-pubsub.yaml'
1313 - ' .github/emulator/**'
14- name : Run PubSub System Tests With Emulator
14+ name : Emulator System Tests
1515permissions :
1616 contents : read
1717jobs :
1818 test :
19+ name : PubSub
1920 runs-on : ubuntu-latest
20-
2121 steps :
2222 - uses : actions/checkout@v5
2323
Original file line number Diff line number Diff line change 44 - main
55 paths :
66 - ' Spanner/**'
7- - ' .github/workflows/system-tests-spanner-emulator .yaml'
7+ - ' .github/workflows/emulator- system-tests-spanner.yaml'
88 pull_request :
99 paths :
1010 - ' Spanner/**'
11- - ' .github/workflows/system-tests-spanner-emulator .yaml'
12- name : Run Spanner System Tests With Emulator
11+ - ' .github/workflows/emulator- system-tests-spanner.yaml'
12+ name : Emulator System Tests
1313permissions :
1414 contents : read
1515jobs :
1616 test :
17+ name : Spanner
1718 runs-on : ' ubuntu-24.04'
18-
1919 services :
2020 emulator :
2121 image : gcr.io/cloud-spanner-emulator/emulator:1.5.34
You can’t perform that action at this time.
0 commit comments