Skip to content

Commit

Permalink
ci: caching and mpc test in onpush-build-macos
Browse files Browse the repository at this point in the history
  • Loading branch information
dtebbs committed Jan 26, 2021
1 parent ea3709b commit d3421a0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/onpush-build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@ jobs:
with:
key: submodules-${{ needs.submodules.outputs.commits }}-${{ runner.os }}-${{ matrix.config }}
path: ~/Library/Caches/ccache
- name: Cache pip (for mpc tests)
uses: actions/cache@v2
with:
path: ~/Library/Caches/pip
key: build-macos-pip-${{ hashFiles('**/setup.py') }}-${{ runner.os }}
- name: Install Dependencies
run: brew install ${MACOS_BREW_PACKAGES}
- name: Execute
run: CI_CONFIG=${{ matrix.config }} scripts/ci build
run: CI_MPC_TESTS=1 CI_CONFIG=${{ matrix.config }} scripts/ci build

0 comments on commit d3421a0

Please sign in to comment.