mirror of
https://github.com/Murmele/Gittyup.git
synced 2024-11-05 02:46:56 +03:00
ignore tests for macos too
This commit is contained in:
parent
8931f95222
commit
36b78992fd
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user