Skip to content

Commit

Permalink
removed echo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebyt committed Apr 16, 2024
1 parent 9218c58 commit dd8f67f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/e2e-tests.yml
Expand Up @@ -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() }}
Expand Down

0 comments on commit dd8f67f

Please sign in to comment.