difftreelog
tests: remove semicolumn from step name
in: master
1 file changed
.github/workflows/dev-build-tests.ymldiffbeforeafterboth111 id: test-report111 id: test-report112 if: success() || failure() # run this step even if previous step failed112 if: success() || failure() # run this step even if previous step failed113 with:113 with:114 name: int test results: ${{ matrix.network }} # Name of the check run which will be created114 name: int test results - ${{ matrix.network }} # Name of the check run which will be created115 path: tests/mochawesome-report/test-*.json # Path to test results115 path: tests/mochawesome-report/test-*.json # Path to test results116 reporter: mochawesome-json116 reporter: mochawesome-json117 fail-on-error: 'false'117 fail-on-error: 'false'