Skip to content

Commit

Permalink
test bottles after bumping
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jan 14, 2025
1 parent 888ec38 commit 729a6b4
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,16 @@ jobs:
fail_on_unmatched_files: true
generate_release_notes: true

- name: test `brew install`
run: |
brew install ./pkgx.rb
pkgx semverator satisfies ^1 1.0.0
test:
needs: bump
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: Homebrew/actions/setup-homebrew@master
- run: brew install pkgxdev/made/pkgx
- run: pkgx semverator satisfies ^1 1.0.0
- run: |
v=$(echo "${{ github.event.inputs.version }}" | awk '{print $2}')
test $(pkgx --version) = "pkgx $v"

0 comments on commit 729a6b4

Please sign in to comment.