Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebyt committed Apr 16, 2024
1 parent 6d00b8c commit 968f569
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/e2e-tests.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
brew update
brew tap homebrew/cask-versions && brew install --cask firefox-developer-edition
echo "FIREFOX_BIN=/Applications/Firefox\ Developer\ Edition.app/Contents/MacOS/firefox-bin" >> $GITHUB_ENV
echo "FIREFOX_BIN=/Applications/Firefox Developer Edition.app/Contents/MacOS/firefox-bin" >> $GITHUB_ENV
- name: Read .nvmrc
id: nvm
Expand Down Expand Up @@ -73,7 +73,10 @@ 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: npm run test:${{ matrix.browser }}
run: |
echo "--------->"
echo $FIREFOX_BIN
npm run test:${{ matrix.browser }}
- name: Archive tests screenshots and logs
if: ${{ failure() }}
Expand Down

0 comments on commit 968f569

Please sign in to comment.