Bumped beta and edge formulae to v0.18.0-beta1. #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
# Set the workflow name. | |
name: CI | |
# Execute the workflow on pushes. | |
on: push | |
# Define the workflow jobs | |
jobs: | |
macos: | |
name: Test Install | |
runs-on: macos-latest | |
steps: | |
- run: brew install mutagen-io/mutagen/mutagen mutagen-io/mutagen/mutagen-compose | |
- run: brew uninstall mutagen mutagen-compose | |
- run: brew install mutagen-io/mutagen/mutagen-beta mutagen-io/mutagen/mutagen-compose-beta | |
- run: brew uninstall mutagen-beta mutagen-compose-beta | |
- run: brew install mutagen-io/mutagen/mutagen-edge | |
- run: brew uninstall mutagen-edge |