From cb9d31eeaf183dac3b6845418699d15bfb79ddc8 Mon Sep 17 00:00:00 2001 From: umr1352 Date: Mon, 23 Dec 2024 13:46:46 +0100 Subject: [PATCH] test identity package in CI --- .github/workflows/build-and-test.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index e2e3403c2..994aee517 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -135,6 +135,13 @@ jobs: with: platform: ${{ matrix.os == 'ubuntu-24.04' && 'linux' || 'macos' }} + - name: test IotaIdentity package + if: matrix.os != 'windows-latest' + # publish the package and set the IOTA_IDENTITY_PKG_ID env variable + run: | + iota move test + working-directory: ./identity_iota_core/packages/iota_identity + - name: publish IotaIdentity package if: matrix.os != 'windows-latest' # publish the package and set the IOTA_IDENTITY_PKG_ID env variable