Skip to content

Commit cc33024

Browse files
committed
fix CI
1 parent 85ff3d2 commit cc33024

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/build-and-test.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,14 +175,21 @@ jobs:
175175
run: echo "IOTA_IDENTITY_PKG_ID=$(./publish_identity_package.sh)" >> "$GITHUB_ENV"
176176
working-directory: identity_iota_core/scripts/
177177

178+
- name: checkout IOTA Notarization
179+
if: matrix.os != 'windows-latest'
180+
uses: actions/checkout@v3
181+
with:
182+
repository: iotaledger/notarization
183+
path: notarization
184+
sparse-checkout: |
185+
notarization-move
186+
178187
- name: publish IotaNotarization package
179188
if: matrix.os != 'windows-latest'
180189
# publish the package and set the IOTA_NOTARIZATION_PKG_ID env variable
181190
run: |
182-
git clone https://github.com/iotaledger/notarization.git
183-
cd notarization/notarization-move/scripts
184191
echo "IOTA_NOTARIZATION_PKG_ID=$(./publish_package.sh)" >> "$GITHUB_ENV"
185-
working-directory: /
192+
working-directory: notarization/notarization-move/scripts
186193

187194
- name: Run tests excluding `custom_time` feature
188195
if: matrix.os != 'windows-latest'

0 commit comments

Comments
 (0)