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 22bd32c commit 025287c
Show file tree
Hide file tree
Showing 18 changed files with 8,615 additions and 34,158 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/contracts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ jobs:
npm run bootstrap
npm run build
- name: Compile Solidity
run: npm run compileSol
working-directory: contracts

- name: Test
run: npm run test
working-directory: contracts
10 changes: 3 additions & 7 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches: [master, dev]
pull_request:

env:
STATE_TREE_DEPTH: ${{ vars.STATE_TREE_DEPTH }}

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
Expand Down Expand Up @@ -32,13 +35,6 @@ jobs:
npm install
npm run bootstrap
npm run build
env:
STATE_TREE_DEPTH: ${{ vars.STATE_TREE_DEPTH }}

- name: Compile Contracts
run: |
cd contracts
npm run compileSol
- name: Publish Project
run: |
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/nightly-ceremony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
schedule:
- cron: 0 0 * * *

env:
STATE_TREE_DEPTH: ${{ vars.STATE_TREE_DEPTH }}

jobs:
test-with-ceremony-keys:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -33,8 +36,6 @@ jobs:
npm install
npm run bootstrap
npm run build
env:
STATE_TREE_DEPTH: 6
- name: Run hardhat fork
run: |
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
tags: ["*"]

env:
STATE_TREE_DEPTH: ${{ vars.STATE_TREE_DEPTH }}

jobs:
draft-release:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -35,8 +38,6 @@ jobs:
npm install
npm run bootstrap
npm run build
env:
STATE_TREE_DEPTH: ${{ vars.STATE_TREE_DEPTH }}
- name: Publish NPM
run: |
Expand Down
Loading

0 comments on commit 025287c

Please sign in to comment.