From dd8f67f5a3067afb8f943e42d5ad26e71aa6ace2 Mon Sep 17 00:00:00 2001 From: Nebytov Denis Date: Tue, 16 Apr 2024 16:28:53 +0300 Subject: [PATCH] removed echo --- .github/workflows/e2e-tests.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index a5fee816a2..a83c3ee2f7 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -73,10 +73,7 @@ jobs: SECOND_STATIC_TEST_WALLET: ${{ secrets.SECOND_STATIC_TEST_WALLET }} SECOND_SMOKE_TEST_WALLET: ${{ secrets.SECOND_SMOKE_TEST_WALLET }} SECOND_SMOKE_TEST_WALLET_FF: ${{ secrets.SECOND_SMOKE_TEST_WALLET_FF }} - run: | - echo "--------->" - echo $FIREFOX_BIN - npm run test:${{ matrix.browser }} + run: npm run test:${{ matrix.browser }} - name: Archive tests screenshots and logs if: ${{ failure() }}