Homebrew Installation Test #21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Homebrew Installation Test | |
| on: | |
| schedule: | |
| - cron: '0 10 5,20 * *' | |
| workflow_dispatch: | |
| jobs: | |
| homebrew-install: | |
| runs-on: macos-latest | |
| steps: | |
| - name: Install via Homebrew | |
| run: brew install azhuchkov/tools/tunblkctl | |
| - name: Check usage output | |
| run: tunblkctl 2>&1 | grep -q "Usage:" |