Skip to content

Commit

Permalink
[ci][sw] Disable nightly macos tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin authored Jul 11, 2022
1 parent ca9ab49 commit 87dd04f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 87dd04f

Please sign in to comment.