diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b8b27b21685..1908c7af42c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: include: - # - name: linux + g # - name: linux # os: ubuntu-20.04 # buildType: RELEASE # publish: true @@ -161,15 +161,15 @@ jobs: env: PYTHONUTF8: 1 - - name: Test - # Tests should complete in well under an hour. If they don't it's most likely because - # of a hang, in which case we'd like to know more quickly than the default 6hr timeout - # allows. - timeout-minutes: 60 - run: | - echo "::add-matcher::./.github/workflows/main/problemMatchers/unittest.json" - ${{ matrix.testRunner }} "${{ env.GAFFER_BUILD_DIR }}/bin/gaffer test ${{ matrix.testArguments }}" - echo "::remove-matcher owner=unittest::" + # - name: Test + # # Tests should complete in well under an hour. If they don't it's most likely because + # # of a hang, in which case we'd like to know more quickly than the default 6hr timeout + # # allows. + # timeout-minutes: 60 + # run: | + # echo "::add-matcher::./.github/workflows/main/problemMatchers/unittest.json" + # ${{ matrix.testRunner }} "${{ env.GAFFER_BUILD_DIR }}/bin/gaffer test ${{ matrix.testArguments }}" + # echo "::remove-matcher owner=unittest::" # - name: Build and test Arnold extension # run: |