Skip to content

Commit 4d84781

Browse files
committed
first
1 parent c8b2787 commit 4d84781

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
@@ -1130,15 +1130,15 @@ jobs:
11301130
exit 1
11311131
fi
11321132
1133-
# interface-compatibility:
1134-
# runs-on: ubuntu-latest
1135-
# steps:
1136-
# - uses: actions/checkout@v4
1137-
# - uses: ./.github/actions/setup-didc
1138-
# - name: "Check canister interface compatibility"
1139-
# run: |
1140-
# curl -sSL https://github.com/dfinity/internet-identity/releases/latest/download/internet_identity.did -o internet_identity_previous.did
1141-
# didc check src/internet_identity/internet_identity.did internet_identity_previous.did
1133+
interface-compatibility:
1134+
runs-on: ubuntu-latest
1135+
steps:
1136+
- uses: actions/checkout@v4
1137+
- uses: ./.github/actions/setup-didc
1138+
- name: "Check canister interface compatibility"
1139+
run: |
1140+
curl -sSL https://github.com/dfinity/internet-identity/releases/latest/download/internet_identity.did -o internet_identity_previous.did
1141+
didc check src/internet_identity/internet_identity.did internet_identity_previous.did
11421142
11431143
sig-verifier-js:
11441144
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)