Skip to content

Commit

Permalink
Merge branch 'main' into stable_canister_api
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs authored Jun 19, 2024
2 parents 45cb482 + 2ea8ac8 commit a4ec485
Show file tree
Hide file tree
Showing 401 changed files with 469,907 additions and 136,003 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
# The basic-integration-tests matrix spins up one job per combination of example directory and code source (repo or npm).
# The check-basic-integration-tests-success job is designed to ensure that all jobs spun up from the matrix in the basic-integration-tests have succeeded

# All Examples TODO restore when https://github.com/demergent-labs/azle/issues/1192 is resolved
# "examples/generics",
# Restore when https://github.com/demergent-labs/azle/issues/1799 is resolved
# "examples/run_time_errors",

# TODO http_counter tests are being skipped until this is resolved: https://forum.dfinity.org/t/lookuppathabsent/23461
Expand Down Expand Up @@ -140,6 +139,7 @@ jobs:
"examples/new",
"examples/notify_raw",
"examples/null_example",
"examples/open_value_sharing",
"examples/optional_types",
"examples/outgoing_http_requests",
"examples/pre_and_post_upgrade",
Expand Down Expand Up @@ -233,6 +233,7 @@ jobs:
ETHEREUM_URL: ${{ secrets.ETHEREUM_URL }}
AZLE_USE_DOCKERFILE: ${{ matrix.azle_source == 'repo' }}
AZLE_IDENTITY_STORAGE_MODE: 'plaintext'
AZLE_END_TO_END_TEST_LINK_AZLE: ${{ matrix.azle_source == 'repo' }}
strategy:
fail-fast: false # We want to see which example tests succeed and which ones fail, we don't want one example test to cancel the rest
matrix:
Expand Down
10 changes: 10 additions & 0 deletions .openvaluesharing.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"platform": "icp",
"asset": "cycles",
"payment_mechanism": "wallet_receive",
"custom": {
"principal": "bw4dl-smaaa-aaaaa-qaacq-cai"
}
}
]
Loading

0 comments on commit a4ec485

Please sign in to comment.