mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-25 23:06:08 -05:00
Fix macos e2e test
This commit is contained in:
parent
6577ca6600
commit
baeaf9f0c5
4
.github/workflows/e2e-test-manual-macos.yml
vendored
4
.github/workflows/e2e-test-manual-macos.yml
vendored
@ -76,6 +76,10 @@ jobs:
|
|||||||
needs: build-bootstrapper-linux
|
needs: build-bootstrapper-linux
|
||||||
if: ${{ always() && !cancelled() && (needs.build-bootstrapper-linux.result == 'success' || needs.build-bootstrapper-linux.result == 'skipped') }}
|
if: ${{ always() && !cancelled() && (needs.build-bootstrapper-linux.result == 'success' || needs.build-bootstrapper-linux.result == 'skipped') }}
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install the basics
|
||||||
|
shell: bash
|
||||||
|
run: brew install coreutils
|
||||||
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user