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
82 username: ${{ secrets.CORE_DOCKERHUB_USERNAME }}82 username: ${{ secrets.CORE_DOCKERHUB_USERNAME }}
83 password: ${{ secrets.CORE_DOCKERHUB_TOKEN }}83 password: ${{ secrets.CORE_DOCKERHUB_TOKEN }}
84
85 - name: Install jq
86 run: sudo apt install jq -y
8487
85 - name: Get autorization token from DOCKERHUB88 - name: Get autorization token from DOCKERHUB
86 run: | 89 run: |
modified.github/workflows/xcm-tests_v2.ymldiffbeforeafterboth
--- a/.github/workflows/xcm-tests_v2.yml
+++ b/.github/workflows/xcm-tests_v2.yml
@@ -17,7 +17,7 @@
 
     name: Prepare execution matrix
 
-#    needs: [xcm-testnet-build]
+    #needs: [xcm-testnet-build]
 
     runs-on: XL
     outputs:
@@ -59,7 +59,6 @@
     strategy:
       matrix:
         include: ${{fromJson(needs.prepare-execution-marix.outputs.matrix)}}
-
 
     steps:
       - name: Skip if pull request is in Draft