--- 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