Skip to content

chore: add exponential rebates audit report #525

chore: add exponential rebates audit report

chore: add exponential rebates audit report #525

Workflow file for this run

name: Run GRE tests
on:
push:
branches: [dev]
paths:
- gre/**
pull_request: {}
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install packages
run: yarn install --non-interactive --frozen-lockfile
- name: Build project
run: yarn build
- name: Run GRE tests
run: yarn test:gre