Skip to content

Commit 9045d2e

Browse files
committed
first
1 parent b906dde commit 9045d2e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/canister-tests.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,15 +1154,15 @@ jobs:
11541154
exit 1
11551155
fi
11561156
1157-
# interface-compatibility:
1158-
# runs-on: ubuntu-latest
1159-
# steps:
1160-
# - uses: actions/checkout@v4
1161-
# - uses: ./.github/actions/setup-didc
1162-
# - name: "Check canister interface compatibility"
1163-
# run: |
1164-
# curl -sSL https://github.com/dfinity/internet-identity/releases/latest/download/internet_identity.did -o internet_identity_previous.did
1165-
# didc check src/internet_identity/internet_identity.did internet_identity_previous.did
1157+
interface-compatibility:
1158+
runs-on: ubuntu-latest
1159+
steps:
1160+
- uses: actions/checkout@v4
1161+
- uses: ./.github/actions/setup-didc
1162+
- name: "Check canister interface compatibility"
1163+
run: |
1164+
curl -sSL https://github.com/dfinity/internet-identity/releases/latest/download/internet_identity.did -o internet_identity_previous.did
1165+
didc check src/internet_identity/internet_identity.did internet_identity_previous.did
11661166
11671167
sig-verifier-js:
11681168
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)