Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add workflow for testing formulae #5

Merged
merged 18 commits into from
Jun 16, 2023
13 changes: 0 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches: [master]
push:
branches: [master]
schedule:
- cron: '0 0 * * *'

env:
GEAR_VERSIONS: 0.1.6 0.1.5 0.1.4 0.1.3 0.1.2 0.1.1
Expand All @@ -22,44 +20,34 @@ jobs:
# Gear macOS formulae
- os: macOS-latest
formula: gear
version: 0.1.6-92ca3911de2

- os: macOS-latest
formula: [email protected]
version: 0.1.6-92ca3911de2

- os: macOS-latest
formula: [email protected]
version: 0.1.4-696abd96d43

- os: macOS-latest
formula: [email protected]
version: 0.1.4-26eb1b4f84d

- os: macOS-latest
formula: [email protected]
version: 0.1.3-e42c79acee5

- os: macOS-latest
formula: [email protected]
version: 0.1.2-ea26723f253

- os: macOS-latest
formula: [email protected]
version: 0.1.1-7e596de7ab4

# Vara macOS formulae
- os: macOS-latest
formula: vara
version: 0.1.6-78dfa07ed34

- os: macOS-latest
formula: [email protected]
version: 0.1.6-78dfa07ed34

- os: macOS-latest
formula: [email protected]
version: 0.1.4-5c685d0f15c

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -87,4 +75,3 @@ jobs:
- name: Test formula
run: |
brew install ${{ matrix.formula }}
gear --version && [ "$(gear --version)" = "gear ${{ matrix.version }}" ]
shamilsan marked this conversation as resolved.
Show resolved Hide resolved