From 92b987145e2c0965c66a53aa8b343f9d1c1ee2b0 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Fri, 19 Jun 2020 23:13:21 +0200 Subject: [PATCH] Disable macos tests on github again Yeah, just *much* too slow to not be super flaky. --- .github/workflows/main.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 03088e2bc..7f44f951a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,23 +28,23 @@ jobs: run: | make test - macos: + # macos: - runs-on: macos-latest + # runs-on: macos-latest - steps: - - uses: actions/checkout@v2 - - name: Install deps - run: | - brew install python3 - sudo pip3 install pexpect - - name: cmake - run: | - mkdir build && cd build - cmake -DWITH_GETTEXT=NO .. - - name: make - run: | - make - - name: make test - run: | - make test + # steps: + # - uses: actions/checkout@v2 + # - name: Install deps + # run: | + # brew install python3 + # sudo pip3 install pexpect + # - name: cmake + # run: | + # mkdir build && cd build + # cmake -DWITH_GETTEXT=NO .. + # - name: make + # run: | + # make + # - name: make test + # run: | + # make test