From 56ddaaa5cdd72304fb318ec3b192d32eef43d928 Mon Sep 17 00:00:00 2001 From: Danil Annenkov Date: Wed, 30 Aug 2023 16:58:24 +0200 Subject: [PATCH] Remove credential register template from all contracts templates in CI (it is tested separately) --- .github/workflows/linter.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 9f1b293a..c0e27c4d 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -79,7 +79,6 @@ jobs: crates: - templates/default - templates/cis2-nft - - templates/credential-registry env: PROJECT_NAME: my-project @@ -94,7 +93,7 @@ jobs: with: name: ${{ env.PROJECT_NAME }} template: ${{ matrix.crates }} - other: "-d description=myProject -d tokenMetadataBaseURL=https://some.example/token/ -d restorable=true" + other: "-d description=myProject -d tokenMetadataBaseURL=https://some.example/token/" - name: Install toolchain uses: actions-rs/toolchain@v1