difftreelog
Added id: test-report into step related to test reports upload.
in: master
2 files changed
.github/workflows/build-test-master.ymldiffbeforeafterboth--- 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
.github/workflows/node_build_test.ymldiffbeforeafterboth104104105 - name: Test Report105 - name: Test Report106 uses: phoenix-actions/test-reporting@v8106 uses: phoenix-actions/test-reporting@v8107 id: test-report107 if: success() || failure() # run this step even if previous step failed108 if: success() || failure() # run this step even if previous step failed108 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