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() }}