Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Set adder metadata on CI
  • Loading branch information
obrok committed Dec 21, 2022
commit 867dbc3fcf50164801df8d810c0c1dc52f696e20
1 change: 1 addition & 0 deletions .github/actions/run-e2e-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ runs:
if [[ "${DEPLOY_ADDER}" = "true" ]]; then
pushd contracts/adder
export ADDER=$(./deploy.sh)
export ADDER_METADATA=$(pwd)/target/ink/metadata.json
popd
fi

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests-main-devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ jobs:
with:
deploy-adder: true
test-case: adder
timeout-minutes: 2
timeout-minutes: 4

# The tests below were written under the assumption that nonfinalized blocks are being produced, they need a rewrite before being reenabled.
# TODO(A0-1644): Reenable these tests.
Expand Down