From 8a121b44426f06fb03462df195395b9071b943a8 Mon Sep 17 00:00:00 2001 From: JRoberts <8711996+jr-simplex@users.noreply.github.com> Date: Fri, 28 Oct 2022 15:27:34 +0400 Subject: [PATCH] ci: disable test step for ubuntu-20.04 (#1270) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cf09d1df71..600678b0e6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -108,7 +108,7 @@ jobs: echo "::set-output name=bin_path::$(cabal list-bin simplex-chat)" - name: Unix test - if: matrix.os != 'windows-latest' + if: matrix.os != 'windows-latest' && matrix.os != 'ubuntu-20.04' timeout-minutes: 10 shell: bash run: cabal test --test-show-details=direct