-
Notifications
You must be signed in to change notification settings - Fork 53
32 lines (30 loc) · 778 Bytes
/
tests.yml
File metadata and controls
32 lines (30 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: brew test-bot
on:
push:
branches:
- master
pull_request:
jobs:
test-bot:
strategy:
matrix:
os: [ macos-15, macos-26 ]
runs-on: ${{ matrix.os }}
permissions:
actions: read
checks: read
contents: read
pull-requests: read
steps:
- id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
- run: brew test-bot --only-cleanup-before
- run: brew test-bot --only-setup
- run: brew test-bot --only-tap-syntax
- run: brew test-bot --only-formulae filosottile/musl-cross/musl-cross
- uses: actions/upload-artifact@v4
with:
name: bottles_${{ matrix.os }}
path: '*.bottle.*'