Skip to content

Commit

Permalink
CI: instal docker for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Aug 17, 2022
1 parent 8f2a196 commit 64ed573
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ jobs:
run: |
pip install -U pip setuptools wheel
pip install tox tox-gh-actions
- name: 'SETUP MacOS: load Homebrew cache'
uses: actions/cache@v3
if: runner.os == 'macOS'
with:
path: |
~/Library/Caches/Homebrew/downloads/*--Docker.dmg
key: brew-actions-setup-docker-1.0.11
restore-keys: brew-actions-setup-docker-
- name: setup docker on macos (default stable version)
uses: docker-practice/actions-setup-docker@master
- name: Test with tox
run: tox
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 64ed573

Please sign in to comment.