mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 12:49:35 +08:00
[ci][sw] Disable nightly macos tests.
This commit is contained in:
parent
ca9ab49758
commit
87dd04fe26
6
.github/workflows/sw.yml
vendored
6
.github/workflows/sw.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user