Skip to content

Commit

Permalink
chore(publishing): remove bash script for empty ballot roots contract
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlc03 committed Jan 10, 2024
1 parent f848f92 commit ff51f81
Show file tree
Hide file tree
Showing 15 changed files with 8,614 additions and 34,148 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/nightly-ceremony.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Nightly Ceremony

on:
schedule:
- cron: 0 0 * * *
push:

env:
STATE_TREE_DEPTHS: 6
TEST: ${{ vars.STATE_TREE_DEPTH }}

jobs:
test-with-ceremony-keys:
Expand Down Expand Up @@ -30,11 +33,11 @@ jobs:
- name: Initialize Project
run: |
echo "S $STATE_TREE_DEPTHS"
echo "N $TEST"
npm install
npm run bootstrap
npm run build
env:
STATE_TREE_DEPTH: 6
export STATE_TREE_DEPTH=6 && npm run build
- name: Run hardhat fork
run: |
Expand Down
Loading

0 comments on commit ff51f81

Please sign in to comment.