Skip to content

Renaming CI job to test #5

Renaming CI job to test

Renaming CI job to test #5

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install formula
run: brew install --include-test --formula Formula/magicbell-cli.rb
- name: Test
run: brew test magicbell-cli