Skip to content

record fundingVotesReceived on proposal #253

record fundingVotesReceived on proposal

record fundingVotesReceived on proposal #253

Workflow file for this run

name: Matchstick Tests
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Install Dependencies
run: |
npm install -g yarn
yarn
- name: Build Subgraph
run: |
yarn codegen
yarn build
- name: Run Tests
run: yarn test
timeout-minutes: 10