From cce19d58687d2f274d5d8d08c81c5c33ffb25a69 Mon Sep 17 00:00:00 2001 From: shreyas-londhe Date: Fri, 13 Sep 2024 15:13:21 +0530 Subject: [PATCH] chore: updated workflow --- .github/workflows/action.yml | 12 ------------ packages/circuits/package.json | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 094e893..8952edc 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -35,12 +35,6 @@ jobs: - name: Print Circom version run: circom --version - - name: Install Yarn - run: | - corepack enable - corepack prepare yarn@3.2.3 --activate - yarn install --immutable - - name: Install Yarn dependencies working-directory: ./packages/circuits run: yarn install --immutable @@ -60,12 +54,6 @@ jobs: with: node-version: 18 - - name: Install Yarn - run: | - corepack enable - corepack prepare yarn@3.2.3 --activate - yarn install --immutable - - name: Install Yarn dependencies working-directory: ./packages/helpers run: yarn install --immutable diff --git a/packages/circuits/package.json b/packages/circuits/package.json index ffd7e36..d15ad52 100644 --- a/packages/circuits/package.json +++ b/packages/circuits/package.json @@ -4,7 +4,7 @@ "license": "MIT", "scripts": { "publish": "yarn npm publish --access=public", - "test": "NODE_OPTIONS=--max_old_space_size=8192 jest tests" + "test": "NODE_OPTIONS=--max_old_space_size=8192 jest --runInBand --detectOpenHandles --forceExit --verbose tests" }, "dependencies": { "@zk-email/circuits": "^6.1.5",