Skip to content

Commit

Permalink
[rb][ci] Add matrix.os to cache-key
Browse files Browse the repository at this point in the history
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
  • Loading branch information
VietND96 committed Feb 19, 2025
1 parent d8afcc5 commit 0e83aaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
os: ubuntu
with:
name: Unit Tests (${{ matrix.ruby-version }}, ${{ matrix.os }})
cache-key: rb-unit-test-${{ matrix.ruby-version }}
cache-key: rb-unit-test-${{ matrix.ruby-version }}-${{ matrix.os }}
os: ${{ matrix.os }}
ruby-version: ${{ matrix.ruby-version }}
run: >
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
with:
name: Local Tests (${{ matrix.browser }}, ${{ matrix.os }})
browser: ${{ matrix.browser }}
cache-key: rb-${{ matrix.browser }}-test
cache-key: rb-${{ matrix.browser }}-${{ matrix.os }}-test
os: ${{ matrix.os }}
run: >
bazel test
Expand All @@ -109,7 +109,7 @@ jobs:
with:
name: Remote Tests (${{ matrix.browser }}, ${{ matrix.os }})
browser: ${{ matrix.browser }}
cache-key: rb-remote-${{ matrix.browser }}-test
cache-key: rb-remote-${{ matrix.browser }}-${{ matrix.os }}-test
os: ${{ matrix.os }}
java-version: 11
run: >
Expand Down

0 comments on commit 0e83aaa

Please # to comment.