Skip to content

Deployed new oracle contract and managers #691

Deployed new oracle contract and managers

Deployed new oracle contract and managers #691

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main,dev]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
node-version: [20.x]
os: [macos-latest]
steps:
- name: Setup Repo
uses: actions/checkout@v4
- name: Uses node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install all workspaces
run: yarn install --immutable
- name: Seutp workspaces
run: yarn workspaces foreach run compile
- name: Lint
run: yarn workspaces foreach run lint
- name: Test
run: yarn workspaces foreach run test