git.delta.rocks / unique-network / refs/commits / 2207e6fe61e6

difftreelog

fix xcm workflow

Konstantin Astakhov2022-09-09parent: #76f68f9.patch.diff
in: master

2 files changed

modified.github/workflows/xcm-testnet-build.ymldiffbeforeafterboth
--- a/.github/workflows/xcm-testnet-build.yml
+++ b/.github/workflows/xcm-testnet-build.yml
@@ -82,6 +82,9 @@
           username: ${{ secrets.CORE_DOCKERHUB_USERNAME }}
           password: ${{ secrets.CORE_DOCKERHUB_TOKEN }}
 
+      - name: Install jq
+        run: sudo apt install jq -y
+
       - name: Get autorization token from DOCKERHUB
         run: |                 
           # aquire token
modified.github/workflows/xcm-tests_v2.ymldiffbeforeafterboth
1717
18 name: Prepare execution matrix18 name: Prepare execution matrix
1919
20# needs: [xcm-testnet-build]20 #needs: [xcm-testnet-build]
2121
22 runs-on: XL22 runs-on: XL
23 outputs:23 outputs: