From 6550d57834b6b798e33527559a1cfcca92dc010e Mon Sep 17 00:00:00 2001 From: Oleh Bairak Date: Mon, 5 Feb 2024 18:52:58 +0100 Subject: [PATCH] fix: new one --- .github/workflows/app-e2e.yml | 18 +++++++++--------- .github/workflows/integration-tests-api.yml | 16 ++++++++-------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/app-e2e.yml b/.github/workflows/app-e2e.yml index c4384ae862..6d629e4f72 100644 --- a/.github/workflows/app-e2e.yml +++ b/.github/workflows/app-e2e.yml @@ -47,16 +47,16 @@ jobs: fail-fast: false matrix: tags: [ - # "@artifactsSet1", - # "@artifactsSet2", - # "@artifactsSet3", - # "@artifactsSet4", - # "@redirectionSet1", - # "@redirectionSet2", - # "@redirectionSet3", - # "@copying", + "@artifactsSet1", + "@artifactsSet2", + "@artifactsSet3", + "@artifactsSet4", + "@redirectionSet1", + "@redirectionSet2", + "@redirectionSet3", + "@copying", "@search", - # "@testnetSmokeSuite" + "@testnetSmokeSuite" ] name: '${{ matrix.tags }}' diff --git a/.github/workflows/integration-tests-api.yml b/.github/workflows/integration-tests-api.yml index b26667670f..4467199bf9 100644 --- a/.github/workflows/integration-tests-api.yml +++ b/.github/workflows/integration-tests-api.yml @@ -14,14 +14,14 @@ jobs: node-version: ['lts/*'] # 18.17.1 or lts/* test-pattern: - accounts.test.ts - #- addresses.test.ts - #- batches.test.ts - #- blocks.test.ts - #- contracts.test.ts - #- logs.test.ts - #- stats.test.ts - #- tokens.test.ts - #- transactions.test.ts + - addresses.test.ts + - batches.test.ts + - blocks.test.ts + - contracts.test.ts + - logs.test.ts + - stats.test.ts + - tokens.test.ts + - transactions.test.ts name: 'API test set: ${{ matrix.test-pattern}} / Node: ${{ matrix.node-version}}' steps: - name: Checkout with Submodule