lune-packaging/.github/workflows/homebrew_test.yaml
Erica Marigold c4214c9559
chore: remove build from source for brew
Brew maintainers already build from source and publish the compiled binaries, so there is no point of testing it on our side. If they failed to compile from source, they'd raise issues on their side.
2023-08-25 11:48:50 +05:30

15 lines
296 B
YAML

name: Homebrew Test
on:
push:
workflow_dispatch:
jobs:
test:
runs-on: macos-latest
steps:
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: Test
run: brew install lune && brew test lune && lune