2021-09-08 11:01:27 +02:00
|
|
|
on:
|
|
|
|
pull_request:
|
|
|
|
paths:
|
2021-10-06 11:21:54 +02:00
|
|
|
- .github/workflows/test-package-mac-brew.yml
|
2021-10-06 16:45:44 +02:00
|
|
|
- docs/packaging/brew/httpie.rb
|
2021-09-08 11:01:27 +02:00
|
|
|
|
|
|
|
jobs:
|
2021-09-10 09:55:07 +02:00
|
|
|
brew:
|
2021-09-08 11:01:27 +02:00
|
|
|
runs-on: macos-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v2
|
2021-09-10 09:55:07 +02:00
|
|
|
- name: Setup brew
|
2021-09-08 11:01:27 +02:00
|
|
|
run: |
|
|
|
|
brew developer on
|
|
|
|
brew update
|
2021-09-10 09:55:07 +02:00
|
|
|
- name: Build and test the formula
|
2021-09-08 11:01:27 +02:00
|
|
|
run: make brew-test
|