Skip to content

Commit

Permalink
Cherry-pick u18 branch a3p test change (#10768)
Browse files Browse the repository at this point in the history
refs: #10460

## Description
Cherry picks f0dca14 back into master as that is the more correct test (address provisioned before upgrade)

### Security Considerations
None

### Scaling Considerations
None

### Documentation Considerations
None

### Testing Considerations
More accurate a3p test

### Upgrade Considerations
None
  • Loading branch information
mergify[bot] authored Dec 23, 2024
2 parents a944f4c + 7c55ba8 commit d575daa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions a3p-integration/proposals/n:upgrade-next/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ set -uxeo pipefail
# actions are executed in the previous chain software, and the effects are
# persisted so they can be used in the steps after the upgrade is complete,
# such as in the "use" or "test" steps, or further proposal layers.

yarn
node ./addGov4
2 changes: 0 additions & 2 deletions a3p-integration/proposals/n:upgrade-next/use.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
# Exit when any command fails
set -uxeo pipefail

node ./addGov4

# Econ Committee accept invitations for Committee and Charter
./acceptInvites.js

Expand Down

0 comments on commit d575daa

Please sign in to comment.