mirror of
https://github.com/zkemail/zk-email-verify.git
synced 2026-01-09 13:38:03 -05:00
chore: ignore checksums
This commit is contained in:
12
.github/workflows/action.yml
vendored
12
.github/workflows/action.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
|
||||
- name: Install Yarn dependencies
|
||||
working-directory: ./packages/circuits
|
||||
run: yarn install --immutable
|
||||
run: yarn install --immutable --ignore-checksums
|
||||
|
||||
- name: Run Tests
|
||||
working-directory: ./packages/circuits
|
||||
@@ -48,20 +48,20 @@ jobs:
|
||||
environment: development
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
||||
- name: Set Node.js 18.x
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
|
||||
|
||||
- name: Install Yarn dependencies
|
||||
working-directory: ./packages/helpers
|
||||
run: yarn install --immutable
|
||||
|
||||
run: yarn install --immutable --ignore-checksums
|
||||
|
||||
- name: Run build
|
||||
working-directory: ./packages/helpers
|
||||
run: yarn build
|
||||
|
||||
|
||||
- name: Run Tests
|
||||
working-directory: ./packages/helpers
|
||||
run: yarn test
|
||||
|
||||
Reference in New Issue
Block a user