Skip to content

chore: add a temporary workflow for testing macos gh action #4

chore: add a temporary workflow for testing macos gh action

chore: add a temporary workflow for testing macos gh action #4

Workflow file for this run

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