From 6b668c528a2ba98fff778eaa36801c0261094c3f Mon Sep 17 00:00:00 2001 From: pcheremu Date: Wed, 6 Dec 2023 16:17:22 +0300 Subject: [PATCH] test: sepolia for testnetSmokeSuite --- .github/workflows/app-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/app-e2e.yml b/.github/workflows/app-e2e.yml index e288cd6a8e..d8df3ab690 100644 --- a/.github/workflows/app-e2e.yml +++ b/.github/workflows/app-e2e.yml @@ -100,7 +100,7 @@ jobs: echo "Run tests" if [ "${{ matrix.tags }}" = "@testnetSmokeSuite" ]; then echo "Run in testnetSmokeSuite only" - E2ENETWORK='/?network=goerli' npx cucumber-js --tags "${{ matrix.tags }} ${{ inputs.environmentTags }} and not @mainnet" + E2ENETWORK='/?network=sepolia' npx cucumber-js --tags "${{ matrix.tags }} ${{ inputs.environmentTags }} and not @mainnet" else echo "Run in mainnet" E2ENETWORK='${{ inputs.default_network_value_for_e2e }}' npx cucumber-js --tags "${{ matrix.tags }} ${{ inputs.environmentTags }} and not @testnet"