Skip to content

Merge branch 'NickKelly1-devop/add-immutable-zkevm-network' into devo… #1705

Merge branch 'NickKelly1-devop/add-immutable-zkevm-network' into devo…

Merge branch 'NickKelly1-devop/add-immutable-zkevm-network' into devo… #1705

Workflow file for this run

name: Test all workspaces
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "16"
cache: "yarn"
- run: yarn install
- run: yarn build:all
- run: yarn test