Skip to content

feat(207): Make groth16 generated contracts (a bit) more user friendly. #26

feat(207): Make groth16 generated contracts (a bit) more user friendly.

feat(207): Make groth16 generated contracts (a bit) more user friendly. #26

Workflow file for this run

name: NODE
on:
push:
branches:
- main
- master
tags:
- '*'
pull_request:
workflow_dispatch:
jobs:
npm-test:
name: NPM Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- name: Run npm test in garaga_ts
working-directory: tools/npm/garaga_ts
run: |
npm ci
npm test