File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 53
53
os : ubuntu
54
54
with :
55
55
name : Unit Tests (${{ matrix.ruby-version }}, ${{ matrix.os }})
56
- cache-key : rb-unit-test-${{ matrix.ruby-version }}
56
+ cache-key : rb-unit-test-${{ matrix.ruby-version }}-${{ matrix.os }}
57
57
os : ${{ matrix.os }}
58
58
ruby-version : ${{ matrix.ruby-version }}
59
59
run : >
83
83
with :
84
84
name : Local Tests (${{ matrix.browser }}, ${{ matrix.os }})
85
85
browser : ${{ matrix.browser }}
86
- cache-key : rb-${{ matrix.browser }}-test
86
+ cache-key : rb-${{ matrix.browser }}-${{ matrix.os }}- test
87
87
os : ${{ matrix.os }}
88
88
run : >
89
89
bazel test
@@ -109,7 +109,7 @@ jobs:
109
109
with :
110
110
name : Remote Tests (${{ matrix.browser }}, ${{ matrix.os }})
111
111
browser : ${{ matrix.browser }}
112
- cache-key : rb-remote-${{ matrix.browser }}-test
112
+ cache-key : rb-remote-${{ matrix.browser }}-${{ matrix.os }}- test
113
113
os : ${{ matrix.os }}
114
114
java-version : 11
115
115
run : >
You can’t perform that action at this time.
0 commit comments