From d4861feaf67f5f56a9131e478dfb028d59b279e8 Mon Sep 17 00:00:00 2001 From: Fedor Partanskiy Date: Mon, 7 Oct 2024 08:21:11 +0300 Subject: [PATCH] changing the order in which integration tests are executed to reduce the total testing time Signed-off-by: Fedor Partanskiy --- .github/workflows/verify-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify-build.yml b/.github/workflows/verify-build.yml index e59648e07be..e97dc16ce9d 100644 --- a/.github/workflows/verify-build.yml +++ b/.github/workflows/verify-build.yml @@ -58,7 +58,7 @@ jobs: strategy: fail-fast: false matrix: - INTEGRATION_TEST_SUITE: ["raft","pvtdata","pvtdatapurge","ledger","lifecycle","e2e smartbft","discovery gossip devmode pluggable","gateway idemix pkcs11 configtx configtxlator","sbe nwo msp"] + INTEGRATION_TEST_SUITE: ["raft","pvtdata","pvtdatapurge e2e","ledger","lifecycle","smartbft","discovery gossip devmode pluggable","gateway idemix pkcs11 configtx configtxlator","sbe nwo msp"] runs-on: ${{ github.repository == 'hyperledger/fabric' && 'fabric-ubuntu-22.04' || 'ubuntu-22.04' }} steps: - uses: actions/checkout@v4