git.delta.rocks / unique-network / refs/commits / 809f0d002966

difftreelog

Try remove ID from test step.

Alexander Aksenov2022-08-04parent: #e03c80d.patch.diff
in: master

1 file changed

modified.github/workflows/node_build_test.ymldiffbeforeafterboth
100100
101 - name: Test Report101 - name: Test Report
102 uses: phoenix-actions/test-reporting@v8102 uses: phoenix-actions/test-reporting@v8
103 id: test-report # Set ID reference for step
104 if: success() || failure() # run this step even if previous step failed103 if: success() || failure() # run this step even if previous step failed
105 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 created
107 path: tests/mochawesome-report/test-*.json # Path to test results106 path: tests/mochawesome-report/test-*.json # Path to test results
108 reporter: mochawesome-json107 reporter: mochawesome-json
109 fail-on-error: 'false'108 fail-on-error: 'false'
109
110 - name: Read output variables
111 run: |
112 echo "url is ${{ steps.test-report.outputs.runHtmlUrl }}"
110113
111 - name: Stop running containers114 - name: Stop running containers
112 if: always() # run this step always115 if: always() # run this step always