Skip to content

Commit

Permalink
fix: fix failing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
saleel committed Sep 30, 2023
1 parent ebdb908 commit c25e173
Show file tree
Hide file tree
Showing 5 changed files with 1,266 additions and 499 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@ jobs:
circuits:
name: circuits
runs-on: ubuntu-latest
container:
image: saleel/circom:2.1.6
steps:
- uses: actions/checkout@v3

- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: 18
cache: 'yarn'

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down
11 changes: 0 additions & 11 deletions babel.config.js

This file was deleted.

2 changes: 2 additions & 0 deletions packages/circuits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"snarkjs": "^0.7.0"
},
"devDependencies": {
"@babel/preset-env": "^7.22.20",
"@babel/preset-typescript": "^7.23.0",
"@types/jest": "^29.5.4",
"chai": "^4.3.7",
"circom_tester": "^0.0.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
src = "src"
out = "artifacts"
libs = ["../../node_modules"]

fs_permissions = [{ access = "read", path = "./artifacts/TestWallet.sol/TestWallet.json"}]
# See more config options https://github.com/foundry-rs/foundry/tree/master/config
Loading

0 comments on commit c25e173

Please sign in to comment.