difftreelog
add debug for step results
in: master
1 file changed
.github/workflows/xcm.ymldiffbeforeafterboth1name: Nesting XCM23on:4 workflow_call:567jobs:89 xcm-testnet-build:10 name: testnet build11 uses: ./.github/workflows/xcm-testnet-build.yml12 secrets: inherit1314 xcm-tests:15 name: tests16 needs: [ xcm-testnet-build ]17 uses: ./.github/workflows/xcm-tests_v2.yml18191name: Nesting XCM23on:4 workflow_call:567jobs:89 xcm-testnet-build:10 name: testnet build11 uses: ./.github/workflows/xcm-testnet-build.yml12 secrets: inherit1314 xcm-build-results:15 run: echo ${{needs.xcm-testnet-build.result}}1617 xcm-tests:18 name: tests19 needs: [ xcm-testnet-build ]20 uses: ./.github/workflows/xcm-tests_v2.yml2122