Skip to content

Feat: Origination Controller STIRFRY (Set Term Interest Rate Fixed Rate Yield) #544

Feat: Origination Controller STIRFRY (Set Term Interest Rate Fixed Rate Yield)

Feat: Origination Controller STIRFRY (Set Term Interest Rate Fixed Rate Yield) #544

Workflow file for this run

name: build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Repo
uses: actions/checkout@v3
- name: Uses node.js 18
uses: actions/setup-node@v2
with:
node-version: 18
- name: Install
run: yarn install --frozen-lockfile
# - name: Lint
# run: yarn lint
- name: Compile
run: yarn compile
- name: Generate Typechain
run: yarn typechain
- name: Test
env:
ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }}
run: yarn test
# - name: Coverage
# env:
# ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }}
# run: yarn coverage