git.delta.rocks / unique-network / refs/commits / aff9f8c4db77

difftreelog

Add stale path to tests.

Alexander Aksenov2022-10-06parent: #e620ed9.patch.diff
in: master

1 file changed

modified.github/workflows/node-only-update_v2.ymldiffbeforeafterboth
268 if: success() || failure() # run this step even if previous step failed268 if: success() || failure() # run this step even if previous step failed
269 with:269 with:
270 name: Tests after node upgrade ${{ matrix.network }} # Name of the check run which will be created270 name: Tests after node upgrade ${{ matrix.network }} # Name of the check run which will be created
271 path: tests/mochawesome-report/test-after-*.json # Path to test results271 path: ${{ matrix.mainnet_branch }}/tests/mochawesome-report/test-after-*.json # Path to test results
272 reporter: mochawesome-json272 reporter: mochawesome-json
273 fail-on-error: 'false'273 fail-on-error: 'false'
274274