From 9045d2e67a9791b9d441f87c9972d46f9a98ed06 Mon Sep 17 00:00:00 2001 From: Arshavir Ter-Gabrielyan Date: Wed, 27 Aug 2025 11:25:57 +0000 Subject: [PATCH] first --- .github/workflows/canister-tests.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/canister-tests.yml b/.github/workflows/canister-tests.yml index 414a0df809..cfc700b038 100644 --- a/.github/workflows/canister-tests.yml +++ b/.github/workflows/canister-tests.yml @@ -1154,15 +1154,15 @@ jobs: exit 1 fi - # interface-compatibility: - # runs-on: ubuntu-latest - # steps: - # - uses: actions/checkout@v4 - # - uses: ./.github/actions/setup-didc - # - name: "Check canister interface compatibility" - # run: | - # curl -sSL https://github.com/dfinity/internet-identity/releases/latest/download/internet_identity.did -o internet_identity_previous.did - # didc check src/internet_identity/internet_identity.did internet_identity_previous.did + interface-compatibility: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: ./.github/actions/setup-didc + - name: "Check canister interface compatibility" + run: | + curl -sSL https://github.com/dfinity/internet-identity/releases/latest/download/internet_identity.did -o internet_identity_previous.did + didc check src/internet_identity/internet_identity.did internet_identity_previous.did sig-verifier-js: runs-on: ubuntu-latest