Skip to content

fix: queries for proposals (#973) #3796

fix: queries for proposals (#973)

fix: queries for proposals (#973) #3796

Workflow file for this run

name: Unit tests
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- master
- stream/goverance
pull_request:
branches:
- master
- stream/goverance
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
NEXT_PUBLIC_IS_TEST_ENV: true
START_BLOCK: 36472424
NEXT_PUBLIC_PRIVY_APP_ID: ${{ secrets.NEXT_PUBLIC_PRIVY_APP_ID }}
jobs:
test:
name: Unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7.30.5
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: pnpm test