mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04: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
|
||||
if: ${{ always() && !cancelled() && (needs.build-bootstrapper-linux.result == 'success' || needs.build-bootstrapper-linux.result == 'skipped') }}
|
||||
steps:
|
||||
- name: Install the basics
|
||||
shell: bash
|
||||
run: brew install coreutils
|
||||
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user