[ci][sw] Disable nightly macos tests.

This commit is contained in:
Egor Pugin 2022-07-11 19:48:10 +03:00 committed by GitHub
parent ca9ab49758
commit 87dd04fe26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,13 +47,13 @@ jobs:
continue-on-error: true
- name: test-nightly
if: matrix.os != 'windows-2022' && matrix.os != 'windows-2019' && github.event.schedule=='0 0 * * *'
if: matrix.os != 'windows-2022' && matrix.os != 'windows-2019' && matrix.os != 'macos-12' && github.event.schedule=='0 0 * * *'
run: ./sw -static -shared -config "d,r" test -Dwith-tests=1
continue-on-error: true
# windows tests hang here for some reason, investigate
# windows and macos-12 tests hang here for some reason, investigate
#- name: test
#if: matrix.os == 'windows-2022' || matrix.os == 'windows-2019'
#if: matrix.os == 'windows-2022' || matrix.os == 'windows-2019' || matrix.os == 'macos-12'
#run: ./sw test -Dwith-tests=1 "-Dskip-tests=lstm,lstm_recode"
#continue-on-error: true