Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(terraform): refactor so I can plan in GHA #3173

Merged
merged 7 commits into from
Nov 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: install node for self-hosted runner
  • Loading branch information
joryirving committed Nov 6, 2024
commit 455e7cc3c1c949490ab8db2578728142eed7c5ee
7 changes: 7 additions & 0 deletions .github/workflows/tf-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@
token: ${{ steps.app-token.outputs.token }}
fetch-depth: 0

- name: Setup Homebrew
uses: Homebrew/actions/setup-homebrew@master

- name: Setup Workflow Tools
shell: bash
run: brew install node

- name: Setup terraform
uses: hashicorp/setup-terraform@v3

Expand Down
Loading