Skip to content

Feat/add extra fee option per pending fragment and thegraph #120

Feat/add extra fee option per pending fragment and thegraph

Feat/add extra fee option per pending fragment and thegraph #120

Workflow file for this run

name: Build and Test
on: [pull_request]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup NodeJS 18
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install yarn
run: npm install -g yarn
- name: Clean cache
run: yarn cache clean
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build
- name: Test
run: yarn test