mirror of
https://github.com/plume-sig/zk-nullifier-sig.git
synced 2026-01-10 13:28:07 -05:00
Remove <./circuits> Jest wrapper run from npm.yml
See https://github.com/plume-sig/zk-nullifier-sig/issues/24#issuecomment-1732412070
This commit is contained in:
13
.github/workflows/npm.yml
vendored
13
.github/workflows/npm.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Jest NPM test suite (<javascript>, <circuits>)
|
||||
name: Jest NPM test suite (<./javascript>)
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
@@ -16,14 +16,3 @@ jobs:
|
||||
cd javascript
|
||||
npm install
|
||||
npm test
|
||||
|
||||
- name: JavaScript `circom` tests
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
- run: |
|
||||
cd javascript
|
||||
npm install
|
||||
cd ../circuits
|
||||
npm install
|
||||
npm run flatten-deps && npm run test
|
||||
|
||||
Reference in New Issue
Block a user