git.delta.rocks / unique-network / refs/commits / 5403a31c4f6d

difftreelog

Added id: test-report into step related to test reports upload.

Alexander Aksenov2022-08-10parent: #3784fb4.patch.diff
in: master

2 files changed

modified.github/workflows/build-test-master.ymldiffbeforeafterboth
105105
106 - name: Test Report106 - name: Test Report
107 uses: phoenix-actions/test-reporting@v8107 uses: phoenix-actions/test-reporting@v8
108 id: test-report
108 if: success() || failure() # run this step even if previous step failed109 if: success() || failure() # run this step even if previous step failed
109 with:110 with:
110 name: Tests ${{ matrix.network }} # Name of the check run which will be created111 name: Tests ${{ matrix.network }} # Name of the check run which will be created
modified.github/workflows/node_build_test.ymldiffbeforeafterboth
104104
105 - name: Test Report105 - name: Test Report
106 uses: phoenix-actions/test-reporting@v8106 uses: phoenix-actions/test-reporting@v8
107 id: test-report
107 if: success() || failure() # run this step even if previous step failed108 if: success() || failure() # run this step even if previous step failed
108 with:109 with:
109 name: Tests ${{ matrix.network }} # Name of the check run which will be created110 name: Tests ${{ matrix.network }} # Name of the check run which will be created