Skip to content

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

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

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

Workflow file for this run

name: Test-snx-ci
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test-snx-ci:
runs-on: ubuntu-latest
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
- name: Initialize submodules
run: git submodule update --init --recursive
- name: Synthetix CI Downstream
run: cd ./packages/cli && npm run test-snx-ci