difftreelog
try to move debug into existing workflow
in: master
2 files changed
.github/workflows/xcm-tests_v2.ymldiffbeforeafterboth13# A workflow run is made up of one or more jobs that can run sequentially or in parallel13# A workflow run is made up of one or more jobs that can run sequentially or in parallel14jobs:14jobs:1516 xcm-build-results:17 steps:18 - name: print previous job results19 run: echo ${{needs.xcm-testnet-build.result}}152016 prepare-execution-marix:21 prepare-execution-marix:1722.github/workflows/xcm.ymldiffbeforeafterboth11 uses: ./.github/workflows/xcm-testnet-build.yml11 uses: ./.github/workflows/xcm-testnet-build.yml12 secrets: inherit12 secrets: inherit1314 xcm-build-results:15 steps:16 - name: print previous job results17 run: echo ${{needs.xcm-testnet-build.result}}181319 xcm-tests:14 xcm-tests:20 name: tests15 name: tests