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