Skip to content

Commit

Permalink
test identity package in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
UMR1352 committed Dec 23, 2024
1 parent c33d9ba commit cb9d31e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb9d31e

Please sign in to comment.