git.delta.rocks / unique-network / refs/commits / 69b0e70d5d1e

difftreelog

try to move debug into existing workflow

Alexander Aksenov2022-09-14parent: #55a6526.patch.diff
in: master

2 files changed

modified.github/workflows/xcm-tests_v2.ymldiffbeforeafterboth
13# 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 parallel
14jobs:14jobs:
15
16 xcm-build-results:
17 steps:
18 - name: print previous job results
19 run: echo ${{needs.xcm-testnet-build.result}}
1520
16 prepare-execution-marix:21 prepare-execution-marix:
1722
modified.github/workflows/xcm.ymldiffbeforeafterboth
11 uses: ./.github/workflows/xcm-testnet-build.yml11 uses: ./.github/workflows/xcm-testnet-build.yml
12 secrets: inherit12 secrets: inherit
13
14 xcm-build-results:
15 steps:
16 - name: print previous job results
17 run: echo ${{needs.xcm-testnet-build.result}}
1813
19 xcm-tests:14 xcm-tests:
20 name: tests15 name: tests