mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-22 15:00:38 -04:00
e2e: install Terraform for macOS runner for boot log collection
This commit is contained in:
parent
e95d79f97e
commit
1ab40b7ca6
1 changed files with 1 additions and 1 deletions
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)
|
- name: Install basic tools (macOS)
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
shell: bash
|
shell: bash
|
||||||
run: brew install coreutils kubectl bash
|
run: brew install coreutils kubectl bash terraform
|
||||||
|
|
||||||
- name: Checkout head
|
- name: Checkout head
|
||||||
if: inputs.git-ref == 'head'
|
if: inputs.git-ref == 'head'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue