diff --git a/.github/workflows/canister-tests.yml b/.github/workflows/canister-tests.yml
index 4164cd5bfa..98f4d00d20 100644
--- a/.github/workflows/canister-tests.yml
+++ b/.github/workflows/canister-tests.yml
@@ -468,13 +468,11 @@ jobs:
- name: Deploy canisters
run: |
+ # NOTE: dfx install will run the postinstall scripts from dfx.json
dfx canister install internet_identity --wasm internet_identity_test.wasm.gz
dfx canister install test_app --wasm demos/test-app/test_app.wasm
dfx canister install issuer --wasm demos/vc_issuer/vc_demo_issuer.wasm.gz
- - name: Provision issuer canister
- run: ./demos/vc_issuer/provision
-
# Check the return code of npm ci
- name: Check on npm ci
# make sure we don't wait too long if for some unlikely reason the npm status file doesn't get created
diff --git a/demos/vc_issuer/app/index.tsx b/demos/vc_issuer/app/index.tsx
index 1df778fe4f..1fb2bd9707 100644
--- a/demos/vc_issuer/app/index.tsx
+++ b/demos/vc_issuer/app/index.tsx
@@ -117,6 +117,16 @@ const App = () => {
/>
+