Skip to content

Commit

Permalink
mononoke/integration tests: fix using private certs during Mac tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspiatkowski committed Sep 9, 2020
1 parent d90ed3d commit f2d478b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mononoke-integration_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '2.7'
- name: Install Brew dependencies
run: |
brew install bash coreutils curl-openssl gnu-sed grep jq
- name: Install system deps
run: sudo python3 build/fbcode_builder/getdeps.py --allow-system-packages install-system-deps --recursive eden_scm
- name: Build eden_scm dependencies
Expand Down Expand Up @@ -69,9 +72,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install click
- name: Install Brew dependencies
run: |
brew install bash coreutils curl-openssl gnu-sed grep jq
- name: Check space
run: df -h
- name: Run Monononke integration tests
Expand Down

0 comments on commit f2d478b

Please sign in to comment.