Skip to content

Commit de39079

Browse files
committed
WIP
1 parent 2465afd commit de39079

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,6 @@ 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-
6558
- run: brew test-bot --only-tap-syntax ${{ matrix.stable && '--stable' || '' }}
6659

6760
formulae_detect:
@@ -329,7 +322,8 @@ jobs:
329322
run: brew determine-test-runners --dependents --eval-all "$TESTING_FORMULAE"
330323

331324
test_deps:
332-
needs: [tap_syntax, formulae_detect, setup_dep_tests, setup_dep_runners, tests]
325+
needs:
326+
[tap_syntax, formulae_detect, setup_dep_tests, setup_dep_runners, tests]
333327
if: >
334328
(success() ||
335329
(failure() &&

0 commit comments

Comments
 (0)