File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments