From e1a39b4c9eef0db76f35d0b017a6151af209e06e Mon Sep 17 00:00:00 2001 From: Sergey Kaunov Date: Sun, 24 Sep 2023 12:44:35 +0300 Subject: [PATCH] Remove <./circuits> Jest wrapper run from npm.yml See https://github.com/plume-sig/zk-nullifier-sig/issues/24#issuecomment-1732412070 --- .github/workflows/npm.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 4eb3c7e..dfd42db 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -1,4 +1,4 @@ -name: Jest NPM test suite (, ) +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