Skip to content

Commit a634e99

Browse files
authored
chore: Update the composite_query example to work with the new cdk (#1123)
1 parent c93731c commit a634e99

File tree

7 files changed

+94
-578
lines changed

7 files changed

+94
-578
lines changed

.github/workflows/rust-composite_query-example.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
dfx canister create kv_frontend
3131
dfx build kv_frontend
3232
dfx canister install kv_frontend
33+
dfx canister deposit-cycles 10_000_000_000_000 kv_frontend
3334
dfx canister call kv_frontend put '(1, 1337)'
3435
dfx canister call kv_frontend get '(1)' | grep '1_337'
3536
popd
@@ -48,6 +49,7 @@ jobs:
4849
dfx canister create kv_frontend
4950
dfx build kv_frontend
5051
dfx canister install kv_frontend
52+
dfx canister deposit-cycles 10_000_000_000_000 kv_frontend
5153
dfx canister call kv_frontend put '(1, 1337)'
5254
dfx canister call kv_frontend get '(1)' | grep '1_337'
5355
popd

0 commit comments

Comments
 (0)