--- 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 --- 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