Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
fionnachan committed Mar 5, 2024
1 parent 4c5bcc4 commit 4efccb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,12 @@ jobs:
browser: chrome
spec: ${{ matrix.tests.file }}
env:
CYPRESS_NEXT_PUBLIC_INFURA_KEY: ${{ secrets.NEXT_PUBLIC_INFURA_KEY }}
CYPRESS_NEXT_PUBLIC_LOCAL_ETHEREUM_RPC_URL: http://geth:8545
NEXT_PUBLIC_LOCAL_ARBITRUM_RPC_URL: http://sequencer:8547
CYPRESS_RECORD_VIDEO: false
PRIVATE_KEY_CUSTOM: ${{ secrets.E2E_PRIVATE_KEY }}
PRIVATE_KEY_USER: ${{ secrets.E2E_PRIVATE_KEY_USER }}
SKIP_METAMASK_SETUP: true
CYPRESS_PRIVATE_KEY_CUSTOM: ${{ secrets.E2E_PRIVATE_KEY }}
CYPRESS_PRIVATE_KEY_USER: ${{ secrets.E2E_PRIVATE_KEY_USER }}

- name: Archive e2e artifacts
uses: actions/upload-artifact@v4
Expand Down
3 changes: 0 additions & 3 deletions packages/arb-token-bridge-ui/.e2e.env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ CYPRESS_RECORD_VIDEO=false
# Below key is only used to fund the newly created wallet
PRIVATE_KEY_CUSTOM=b6b15c8cb491557369f3c7d2c287b053eb229daa9c22138887752191c9520659

# We set up MetaMask ourselves
SKIP_METAMASK_SETUP=true

# Private key of the user wallet with enough deposits and withdrawals on Goerli to pass the tx history tests
# Also funded by E2E_PRIVATE_KEY wallet and used for all the tests
PRIVATE_KEY_USER=c791f745783e3545f83e7b4f0adcc0c2f591c5c8bc796e042c639824ec5d7bf0

0 comments on commit 4efccb6

Please sign in to comment.