From 5d9577f2bea0e4ebe7ab6fa4eca1227408c8d7e9 Mon Sep 17 00:00:00 2001 From: agracio Date: Sun, 17 Mar 2024 14:19:16 +0000 Subject: [PATCH] updating github actions --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a9631097..9e0667fd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -61,7 +61,7 @@ jobs: - name: Test Report uses: dorny/test-reporter@v1 with: - name: Test results (${{ matrix.os }})-@${{ matrix.node }} # Name of the check run which will be created + name: Test results (${{ matrix.os }}, ${{ matrix.node }}) # Name of the check run which will be created path: test-results.xml # Path to test results reporter: jest-junit # Format of test results