File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132132 name: ${{ inputs.cache-key }}
133133 manifest:
134134 crates: rust/Cargo.Bazel.lock
135- rules_ruby~~ruby~ruby: ${{ inputs.os == 'windows' && 'false' || 'rb/.ruby-version' }}
135+ rules_ruby~~ruby~ruby: ${{ inputs.cache-key }}-${{ inputs.os }}
136136 repository-cache : true
137137 - name : Setup Bazel without caching
138138 if : inputs.caching == false
Original file line number Diff line number Diff line change 5353 os : ubuntu
5454 with :
5555 name : Unit Tests (${{ matrix.ruby-version }}, ${{ matrix.os }})
56- cache-key : rb-unit-test-${{ matrix.ruby-version }}-${{ matrix.os }}
56+ cache-key : rb-unit-test-${{ matrix.ruby-version }}
5757 os : ${{ matrix.os }}
5858 ruby-version : ${{ matrix.ruby-version }}
5959 run : >
8383 with :
8484 name : Local Tests (${{ matrix.browser }}, ${{ matrix.os }})
8585 browser : ${{ matrix.browser }}
86- cache-key : rb-${{ matrix.browser }}-${{ matrix.os }}- test
86+ cache-key : rb-${{ matrix.browser }}-test
8787 os : ${{ matrix.os }}
8888 run : >
8989 bazel test
@@ -109,7 +109,7 @@ jobs:
109109 with :
110110 name : Remote Tests (${{ matrix.browser }}, ${{ matrix.os }})
111111 browser : ${{ matrix.browser }}
112- cache-key : rb-remote-${{ matrix.browser }}-${{ matrix.os }}- test
112+ cache-key : rb-remote-${{ matrix.browser }}-test
113113 os : ${{ matrix.os }}
114114 java-version : 11
115115 run : >
You can’t perform that action at this time.
0 commit comments