chore: add a temporary workflow for testing macos gh action #4
Workflow file for this run
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
name: mactest | |
on: | |
push: | |
jobs: | |
e2e-macos: | |
runs-on: macos-latest | |
steps: | |
- uses: actions/checkout@v4 | |
# note: we forego default.nix and to be as close to a realistic user experience as possible | |
# and just install the missing ones via brew as many of our users would do | |
# all the other dependencies are already present on the runner images, so we use those | |
- name: install dependencies | |
run: brew install terraform terragrunt terraform-docs | |
- name: run test | |
run: | | |
terraform --version |