Skip to content

Commit

Permalink
Disable testLatestDeps dependency cache (open-telemetry#5520)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored and RashmiRam committed May 23, 2022
1 parent 1d15273 commit 3fff33e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-latest-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,7 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
arguments: test -PtestLatestDeps=true ${{ inputs.no-build-cache && ' --no-build-cache' || '' }}
cache-read-only: ${{ inputs.cache-read-only }}
# testLatestDeps dependencies bundle is over 2gb, which causes restoring it to fail with:
# RangeError [ERR_OUT_OF_RANGE]: The value of "length" is out of range.
# It must be >= 0 && <= 2147483647. Received 2299528741
cache-read-only: true

0 comments on commit 3fff33e

Please sign in to comment.