Skip to content

Commit 364cfa9

Browse files
committed
wip
1 parent 19d18aa commit 364cfa9

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/experiment.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ on:
44
pull_request:
55
paths:
66
- 'packages/gapic-generator/**'
7-
- '.github/workflows/experiment.yml'
7+
- '.github/workflows/prerelease-radar.yml'
8+
9+
env:
10+
SYNTHTOOL_TEMPLATES: /home/runner/synthtool/synthtool/gcp/templates
811

912
jobs:
1013
test-prerelease:
@@ -29,6 +32,10 @@ jobs:
2932
with:
3033
version: "25.3"
3134

35+
- name: Clone Synthtool Templates
36+
run: |
37+
git clone --recurse-submodules --single-branch https://github.com/googleapis/synthtool.git /home/runner/synthtool
38+
3239
- name: Install Librarian
3340
run: |
3441
version=$(sed -n 's/^version: *//p' librarian.yaml)
@@ -37,8 +44,7 @@ jobs:
3744
- name: Generate Redis via Librarian
3845
run: |
3946
version=$(sed -n 's/^version: *//p' librarian.yaml)
40-
# Pass the target package path as a positional argument
41-
go run "github.com/googleapis/librarian/cmd/librarian@${version}" generate packages/google-cloud-redis
47+
go run "github.com/googleapis/librarian/cmd/librarian@${version}" generate redis
4248
4349
- name: Install Nox
4450
run: |

0 commit comments

Comments
 (0)