Skip to content

Commit 6e1e4d4

Browse files
committed
attempt to speed up goldens-prerelease
1 parent c6a6a4e commit 6e1e4d4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/gapic-generator-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,11 @@ jobs:
155155
# such as grpcio, which we build from scratch on every run for Python 3.15+.
156156
# Follow https://github.com/grpc/grpc/issues/41010 for updates.
157157
cache: 'pip'
158-
cache-dependency-path: '**/packages/gapic-generator/tests/integration/goldens/**/testing/requirements-prerelease.txt'
158+
cache-dependency-path: |
159+
packages/gapic-generator/tests/integration/goldens/credentials/testing/requirements-prerelease.txt
160+
packages/gapic-generator/tests/integration/goldens/eventarc/testing/requirements-prerelease.txt
161+
packages/gapic-generator/tests/integration/goldens/logging/testing/requirements-prerelease.txt
162+
packages/gapic-generator/tests/integration/goldens/redis/testing/requirements-prerelease.txt
159163
- name: Install System Deps
160164
run: sudo apt-get update && sudo apt-get install -y pandoc
161165
- name: Run Goldens (Prerelease)

0 commit comments

Comments
 (0)