Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikrothenberger committed Oct 16, 2024
1 parent 947cc6d commit 97df8f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/canister-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ jobs:
run: |
# Build the "CaptchaEnabled" / "CaptchaDisabled" variants from the matrix captcha value
captcha_variant="Captcha$(tr '[:lower:]' '[:upper:]' <<< ${${{ matrix.settings.captcha }}:0:1})${${{ matrix.settings.captcha }}:1}"
echo "(opt record { captcha_config = opt record { max_unsolved_captchas= 50:nat64; captcha_trigger = variant {Static = variant { $captcha_variant }}}})"
# NOTE: dfx install will run the postinstall scripts from dfx.json
dfx canister install internet_identity --wasm internet_identity_test.wasm.gz --argument "(opt record { captcha_config = opt record { max_unsolved_captchas= 50:nat64; captcha_trigger = variant {Static = variant { $captcha_variant }}}})"
dfx canister install test_app --wasm demos/test-app/test_app.wasm
Expand Down

0 comments on commit 97df8f7

Please sign in to comment.