Skip to content

Revert "feat: Update subgraph used from collections-matic-mumbai to c… #772

Revert "feat: Update subgraph used from collections-matic-mumbai to c…

Revert "feat: Update subgraph used from collections-matic-mumbai to c… #772

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 18.x
cache: npm
- name: install
run: npm install
- name: build
run: npm run build
- name: test
run: npm run test