Skip to content

fix(website): offer to switch to right safe chain #3802

fix(website): offer to switch to right safe chain

fix(website): offer to switch to right safe chain #3802

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
env:
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID: ${{secrets.NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID}}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.5.1'
cache: 'npm'
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- run: npm ci
- run: npm run build
- run: npm run test