Skip to content

Commit

Permalink
chore: updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-londhe committed Sep 13, 2024
1 parent e0448ea commit cce19d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ jobs:
- name: Print Circom version
run: circom --version

- name: Install Yarn
run: |
corepack enable
corepack prepare [email protected] --activate
yarn install --immutable
- name: Install Yarn dependencies
working-directory: ./packages/circuits
run: yarn install --immutable
Expand All @@ -60,12 +54,6 @@ jobs:
with:
node-version: 18

- name: Install Yarn
run: |
corepack enable
corepack prepare [email protected] --activate
yarn install --immutable
- name: Install Yarn dependencies
working-directory: ./packages/helpers
run: yarn install --immutable
Expand Down
2 changes: 1 addition & 1 deletion packages/circuits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cce19d5

Please sign in to comment.