Upgrades to v0.4.0-alpha.2 #46
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
jobs: | |
test-bot: | |
strategy: | |
matrix: | |
os: [ ubuntu-latest, macos-latest ] | |
runs-on: ${{ matrix.os }} | |
env: | |
HOMEBREW_NO_INSTALL_FROM_API: 1 | |
steps: | |
- uses: Homebrew/actions/setup-homebrew@master | |
- 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 --testing-formulae oxigraph | |
- name: Upload bottles as artifact | |
uses: actions/upload-artifact@v3 | |
with: | |
name: bottles | |
path: '*.bottle.*' |