difftreelog
Update node-only-update_v2.yml
in: master
1 file changed
.github/workflows/node-only-update_v2.ymldiffbeforeafterboth180 if: success() || failure() # run this step even if previous step failed180 if: success() || failure() # run this step even if previous step failed181 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 created183 path: tests/mochawesome-report/test-*.json # Path to test results183 path: ${{ matrix.mainnet_branch }}/tests/mochawesome-report/test-*.json # Path to test results184 reporter: mochawesome-json184 reporter: mochawesome-json185 fail-on-error: 'false'185 fail-on-error: 'false'186186