Merge pull request #518 from VisionSystemsInc/conda_python_latest_minor #431
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: macOS tests | |
# This is required | |
on: | |
push: | |
jobs: | |
just-test: | |
runs-on: macos-latest | |
steps: | |
- name: Check out repository code | |
uses: actions/checkout@v2 | |
with: | |
submodules: true | |
- name: Fix git breaking on purpose | |
run: | | |
git config --global --add safe.directory '*' | |
git config --global protocol.file.allow always | |
- name: Unit tests | |
run: | | |
source setup.env | |
just test | |
- name: Integration tests | |
run: | | |
source setup.env | |
just test int git_mirror just_install_functions |