From 6871479081cfbe6a7de1ba40dace853b9cbcf8ba Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Wed, 14 Sep 2022 07:41:04 +0000 Subject: [PATCH] add debug for step results --- --- 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 ] -- gitstuff