Skip to content

Commit

Permalink
ci update possible syntax error [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ipatch committed Dec 7, 2023
1 parent 1317b62 commit 9c3db46
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,12 @@ jobs:
HOMEBREW_NO_INSTALL_FROM_API: 1
run: |
# Check if the runner name is vmmojave or vmcatalina and add the flag if true
# NOTE: ipatch, keep-old is not the droid you're looking for,
# see: https://github.com/orgs/Homebrew/discussions/4935
# --keep-old \
if [[ runner.name == 'vmmojave' || runner.name == 'vmcatalina' ]]; then
brew test-bot \
--skip-online-checks \
# NOTE: ipatch, keep-old is not the droid you're looking for,
# see: https://github.com/orgs/Homebrew/discussions/4935
# --keep-old \
--only-formulae \
--only-json-tab \
--skip-recursive-dependents \
Expand All @@ -145,7 +145,6 @@ jobs:
else
brew test-bot \
--skip-online-checks \
# --keep-old \
--only-formulae \
--only-json-tab \
--skip-recursive-dependents \
Expand Down

0 comments on commit 9c3db46

Please sign in to comment.