From 5403a31c4f6d26be2bedc5bb039ca030089d1fa4 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Wed, 10 Aug 2022 09:48:57 +0000 Subject: [PATCH] Added id: test-report into step related to test reports upload. --- --- a/.github/workflows/build-test-master.yml +++ b/.github/workflows/build-test-master.yml @@ -105,6 +105,7 @@ - name: Test Report uses: phoenix-actions/test-reporting@v8 + id: test-report if: success() || failure() # run this step even if previous step failed with: name: Tests ${{ matrix.network }} # Name of the check run which will be created --- a/.github/workflows/node_build_test.yml +++ b/.github/workflows/node_build_test.yml @@ -104,6 +104,7 @@ - name: Test Report uses: phoenix-actions/test-reporting@v8 + id: test-report if: success() || failure() # run this step even if previous step failed with: name: Tests ${{ matrix.network }} # Name of the check run which will be created -- gitstuff