Skip to content

Commit 6bd9664

Browse files
authored
Merge pull request #251580 from Homebrew/readd_style_cache
Re-add style cache
2 parents 9d46e00 + 2a7f8a2 commit 6bd9664

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ jobs:
5555
cask: false
5656
stable: ${{ matrix.stable }}
5757

58+
- name: Cache style cache
59+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
60+
with:
61+
path: /home/linuxbrew/.cache/Homebrew/style
62+
key: style-cache-${{ matrix.stable && 'stable-' || 'main-' }}${{ github.sha }}
63+
restore-keys: style-cache-${{ matrix.stable && 'stable-' || 'main-' }}
64+
5865
- run: brew test-bot --only-tap-syntax ${{ matrix.stable && '--stable' || '' }}
5966

6067
formulae_detect:

0 commit comments

Comments
 (0)