From d94acf9f03238f6ee3b26014a6d714e125d87d3b Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Thu, 18 Aug 2022 10:17:54 +0000 Subject: [PATCH] tests: remove semicolumn from step name --- --- a/.github/workflows/dev-build-tests.yml +++ b/.github/workflows/dev-build-tests.yml @@ -111,7 +111,7 @@ id: test-report if: success() || failure() # run this step even if previous step failed with: - name: int test results: ${{ matrix.network }} # Name of the check run which will be created + name: int test results - ${{ matrix.network }} # Name of the check run which will be created path: tests/mochawesome-report/test-*.json # Path to test results reporter: mochawesome-json fail-on-error: 'false' -- gitstuff