difftreelog
Try remove ID from test step.
in: master
1 file changed
.github/workflows/node_build_test.ymldiffbeforeafterboth100100101 - name: Test Report101 - name: Test Report102 uses: phoenix-actions/test-reporting@v8102 uses: phoenix-actions/test-reporting@v8103 id: test-report # Set ID reference for step104 if: success() || failure() # run this step even if previous step failed103 if: success() || failure() # run this step even if previous step failed105 with:104 with:106 name: Tests ${{ matrix.network }} # Name of the check run which will be created105 name: Tests ${{ matrix.network }} # Name of the check run which will be created107 path: tests/mochawesome-report/test-*.json # Path to test results106 path: tests/mochawesome-report/test-*.json # Path to test results108 reporter: mochawesome-json107 reporter: mochawesome-json109 fail-on-error: 'false'108 fail-on-error: 'false'109110 - name: Read output variables111 run: |112 echo "url is ${{ steps.test-report.outputs.runHtmlUrl }}"110113111 - name: Stop running containers114 - name: Stop running containers112 if: always() # run this step always115 if: always() # run this step always