Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ jobs:
./util/buildRelease/smokeTest

test-homebrew:
if: github.event_name == 'merge_group' || github.event_name == 'push'
# if: github.event_name == 'merge_group' || github.event_name == 'push'
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion util/packaging/docker/test/brew_install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ brew test-bot --only-formulae-dependents --junit --testing-formulae=chapel --ski

# This is the bulk of the testing and the same command that Homebrew CI runs
brew test-bot --skip-online-checks --only-formulae --junit --only-json-tab --skip-dependents --testing-formulae="chapel" --added-formulae="" --deleted-formulae="" \
| awk 'tolower($0)~/failed steps? ignored/{r=1} 1; END{exit(r)}'
| tee /dev/stdout | awk 'tolower($0)~/failed steps? ignored/{r=1} 1; END{exit(r)}'
Loading