From 55a65262f8cd864d6070468d580b578120fc0205 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Wed, 14 Sep 2022 07:43:11 +0000 Subject: [PATCH] add steps definition to a job --- --- a/.github/workflows/xcm.yml +++ b/.github/workflows/xcm.yml @@ -12,7 +12,9 @@ secrets: inherit xcm-build-results: - run: echo ${{needs.xcm-testnet-build.result}} + steps: + - name: print previous job results + run: echo ${{needs.xcm-testnet-build.result}} xcm-tests: name: tests -- gitstuff