Skip to content

Commit

Permalink
Update CI Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hmzakhalid committed Oct 1, 2024
1 parent 43453c1 commit b336b21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: "INTEGRATION"
env:
HARDHAT_VAR_MNEMONIC: "test test test test test test test test test test test junk"
HARDHAT_VAR_INFURA_API_KEY: "zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz"
PRIVATE_KEY: "0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80"
# Uncomment the following lines to set your configuration variables using
# GitHub secrets (https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions)
#
Expand Down
2 changes: 0 additions & 2 deletions tests/basic_integration/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ ENCODED_PARAMS=0x$($SCRIPT_DIR/lib/pack_e3_params.sh --moduli 0x3FFFFFFF000001 -

yarn committee:new --network localhost --duration 4 --e3-params "$ENCODED_PARAMS"

sleep 4 # wait for public key to be published by aggregator

waiton "$SCRIPT_DIR/output/pubkey.bin"
PUBLIC_KEY=$(xxd -p -c 10000000 "$SCRIPT_DIR/output/pubkey.bin")

Expand Down

0 comments on commit b336b21

Please sign in to comment.