ignore tests for macos too

This commit is contained in:
Martin Marmsoler 2022-04-23 19:39:01 +02:00
parent 8931f95222
commit 36b78992fd

View File

@ -276,7 +276,7 @@ jobs:
- name: Test - name: Test
# TODO: Re-Enable this when https://github.com/actions/runner/issues/1206 gets resolved # TODO: Re-Enable this when https://github.com/actions/runner/issues/1206 gets resolved
if: matrix.env.ninja_platform != 'win' if: matrix.env.ninja_platform != 'win' && matrix.env.ninja_platform != 'mac'
continue-on-error: true continue-on-error: true
run: | run: |
cd build/release cd build/release