Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fionnachan committed Mar 5, 2024
1 parent 532fd5e commit 7a0c2bf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,13 @@ jobs:

- name: Build
run: yarn build

env:
NEXT_PUBLIC_INFURA_KEY: ${{ secrets.NEXT_PUBLIC_INFURA_KEY }}
NEXT_PUBLIC_LOCAL_ETHEREUM_RPC_URL: http://geth:8545
NEXT_PUBLIC_LOCAL_ARBITRUM_RPC_URL: http://sequencer:8547
NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID: ${{ secrets.NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID }}
NEXT_PUBLIC_CCTP_SUBGRAPH_BASE_URL: ${{ secrets.NEXT_PUBLIC_CCTP_SUBGRAPH_BASE_URL }}

- name: Cache build artifacts
uses: ./.github/actions/build-artifacts/cache

Expand Down Expand Up @@ -213,6 +219,7 @@ jobs:
browser: chrome
spec: ${{ matrix.tests.file }}
env:
CYPRESS_RECORD_VIDEO: false
PRIVATE_KEY_CUSTOM: ${{ secrets.E2E_PRIVATE_KEY }}
PRIVATE_KEY_USER: ${{ secrets.E2E_PRIVATE_KEY_USER }}
SKIP_METAMASK_SETUP: true
Expand Down

0 comments on commit 7a0c2bf

Please sign in to comment.