git.delta.rocks / unique-network / refs/commits / 55a65262f8cd

difftreelog

source

.github/workflows/xcm.yml407 Bsourcehistory
1name: 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    steps:16      - name: print previous job results17        run: echo ${{needs.xcm-testnet-build.result}}1819  xcm-tests:20    name: tests21    needs: [ xcm-testnet-build ]22    uses: ./.github/workflows/xcm-tests_v2.yml2324