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

difftreelog

tests: remove semicolumn from step name

Alexander Aksenov2022-08-18parent: #918c44a.patch.diff
in: master

1 file changed

modified.github/workflows/dev-build-tests.ymldiffbeforeafterboth
111 id: test-report111 id: test-report
112 if: success() || failure() # run this step even if previous step failed112 if: success() || failure() # run this step even if previous step failed
113 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 created
115 path: tests/mochawesome-report/test-*.json # Path to test results115 path: tests/mochawesome-report/test-*.json # Path to test results
116 reporter: mochawesome-json116 reporter: mochawesome-json
117 fail-on-error: 'false'117 fail-on-error: 'false'