From 69b0e70d5d1e16fdcec2e00e482f8e180d8482de Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Wed, 14 Sep 2022 07:45:28 +0000 Subject: [PATCH] try to move debug into existing workflow --- --- a/.github/workflows/xcm-tests_v2.yml +++ b/.github/workflows/xcm-tests_v2.yml @@ -13,6 +13,11 @@ # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: + xcm-build-results: + steps: + - name: print previous job results + run: echo ${{needs.xcm-testnet-build.result}} + prepare-execution-marix: name: Prepare execution matrix --- a/.github/workflows/xcm.yml +++ b/.github/workflows/xcm.yml @@ -11,11 +11,6 @@ uses: ./.github/workflows/xcm-testnet-build.yml secrets: inherit - xcm-build-results: - steps: - - name: print previous job results - run: echo ${{needs.xcm-testnet-build.result}} - xcm-tests: name: tests needs: [ xcm-testnet-build ] -- gitstuff