Skip to content

Commit

Permalink
give canisters cycles on pocketic
Browse files Browse the repository at this point in the history
  • Loading branch information
sesi200 committed Jan 14, 2025
1 parent 65e31c4 commit 90a12ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions e2e/tests-dfx/playground.bash
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ setup_playground() {
}

@test "playground canister upgrades work with Motoko Enhanced Orthogonal Persistence" {
assert_command dfx canister create --all --playground
[[ "$USE_POCKETIC" ]] && dfx ledger fabricate-cycles --t 9999999 --canister hello_backend --playground
[[ "$USE_POCKETIC" ]] && dfx ledger fabricate-cycles --t 9999999 --canister hello_frontend --playground

# enable EOP
jq '.canisters.hello_backend.args="--enhanced-orthogonal-persistence"' dfx.json | sponge dfx.json

Expand Down

0 comments on commit 90a12ca

Please sign in to comment.