--- a/.github/workflows/xcm.yml +++ b/.github/workflows/xcm.yml @@ -11,6 +11,9 @@ uses: ./.github/workflows/xcm-testnet-build.yml secrets: inherit + xcm-build-results: + run: echo ${{needs.xcm-testnet-build.result}} + xcm-tests: name: tests needs: [ xcm-testnet-build ]