From eb267ebfbe97ee39f689fe686875004d3abe2b12 Mon Sep 17 00:00:00 2001 From: Guillaume PIERRE Date: Wed, 11 Dec 2024 16:57:15 +0100 Subject: [PATCH] Adequacy patch tests on CI : these tests are passed twice on Ubuntu. Remove one of these tests run. --- .github/workflows/ubuntu.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 8282db6925..daceabc0ff 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -196,7 +196,7 @@ jobs: variant: "milp-cbc" os: ${{ env.os }} - - name: Run tests on adequacy patch + - name: Run tests on adequacy patch (CSR) if: ${{ env.RUN_SIMPLE_TESTS == 'true' }} uses: ./.github/workflows/run-tests with: @@ -266,14 +266,6 @@ jobs: batch-name: valid-mps os: ${{ env.os }} - - name: Run tests for adequacy patch (CSR) - if: ${{ env.RUN_SIMPLE_TESTS == 'true' && !cancelled() }} - uses: ./.github/workflows/run-tests - with: - simtest-tag: ${{ env.SIMTEST }} - batch-name: adequacy-patch-CSR - os: ${{ env.os }} - - name: Run parallel tests if: ${{ env.RUN_EXTENDED_TESTS == 'true' && !cancelled() }} uses: ./.github/workflows/run-tests