git.delta.rocks / unique-network / refs/commits / 353eeb957875

difftreelog

Update node-only-update_v2.yml

Alex2022-09-13parent: #2169733.patch.diff
in: master

1 file changed

modified.github/workflows/node-only-update_v2.ymldiffbeforeafterboth
180 if: success() || failure() # run this step even if previous step failed180 if: success() || failure() # run this step even if previous step failed
181 with:181 with:
182 name: Tests before node upgrade ${{ matrix.network }} # Name of the check run which will be created182 name: Tests before node upgrade ${{ matrix.network }} # Name of the check run which will be created
183 path: tests/mochawesome-report/test-*.json # Path to test results183 path: ${{ matrix.mainnet_branch }}/tests/mochawesome-report/test-*.json # Path to test results
184 reporter: mochawesome-json184 reporter: mochawesome-json
185 fail-on-error: 'false'185 fail-on-error: 'false'
186186