mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
e2e: install Terraform for macOS runner for boot log collection
This commit is contained in:
parent
e95d79f97e
commit
1ab40b7ca6
2
.github/workflows/e2e-test-manual.yml
vendored
2
.github/workflows/e2e-test-manual.yml
vendored
@ -195,7 +195,7 @@ jobs:
|
||||
- name: Install basic tools (macOS)
|
||||
if: runner.os == 'macOS'
|
||||
shell: bash
|
||||
run: brew install coreutils kubectl bash
|
||||
run: brew install coreutils kubectl bash terraform
|
||||
|
||||
- name: Checkout head
|
||||
if: inputs.git-ref == 'head'
|
||||
|
Loading…
Reference in New Issue
Block a user