difftreelog
Add stale path to tests.
in: master
1 file changed
.github/workflows/node-only-update_v2.ymldiffbeforeafterboth268 if: success() || failure() # run this step even if previous step failed268 if: success() || failure() # run this step even if previous step failed269 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 created271 path: tests/mochawesome-report/test-after-*.json # Path to test results271 path: ${{ matrix.mainnet_branch }}/tests/mochawesome-report/test-after-*.json # Path to test results272 reporter: mochawesome-json272 reporter: mochawesome-json273 fail-on-error: 'false'273 fail-on-error: 'false'274274