Skip to content

Tasks: Implement gas cost report #245

Tasks: Implement gas cost report

Tasks: Implement gas cost report #245

Workflow file for this run

name: Tasks CI
env:
CI: true
on:
push:
branches: "*"
paths:
- packages/tasks/**
pull_request:
branches: "*"
paths:
- packages/tasks/**
jobs:
# lint:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v3
# - name: Set up environment
# uses: ./.github/actions/setup
# - name: Lint
# run: yarn workspace @mimic-fi/v3-tasks lint
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up environment
uses: ./.github/actions/setup
- name: Build
run: yarn build
- name: Test
run: REPORT_GAS=true yarn workspace @mimic-fi/v3-tasks test
- name: Gas Report
env:
CC_SECRET: ${{ secrets.CODECHECKS_SECRET }}
run: yarn workspace @mimic-fi/v3-tasks codechecks