Skip to content

chore: redeploy with new goerli contracts (#23) #81

chore: redeploy with new goerli contracts (#23)

chore: redeploy with new goerli contracts (#23) #81

name: project-registry - Build -> Test
on:
push:
branches:
- main
- release
pull_request:
branches:
- "**"
jobs:
build-and-deploy:
concurrency: ci-graph-${{ github.head_ref || github.run_id }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: pnpm/action-setup@v2
with:
version: 7
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'pnpm'
- name: Install Dependencies for Project Registry
run: |
cd project-registry
pnpm install
# - name: Setup
# run: |
# cd project-registry
# pnpm add @graphprotocol/graph-cli
# # pnpm prepare:goerli
# # pnpm codegen
# - name: Test
# run: |
# cd project-registry
# pnpm test