From 9bb564d63923368effbbb7b6892d0979e5ca62f5 Mon Sep 17 00:00:00 2001 From: goncer Date: Mon, 30 Oct 2023 11:38:35 +0100 Subject: [PATCH] fix reporting file changes because of bumping deps (#634) Co-authored-by: Misha Kolesnik --- .github/workflows/reusable-e2e-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-e2e-tests.yml b/.github/workflows/reusable-e2e-tests.yml index 0a3ee1a0a0..9d28f9392e 100644 --- a/.github/workflows/reusable-e2e-tests.yml +++ b/.github/workflows/reusable-e2e-tests.yml @@ -217,7 +217,7 @@ jobs: if: success() || failure() # run this step even if previous step failed with: name: E2E report ${{ matrix.command }} # Name of the check run which will be created - path: e2eTests/reports/junit-*.xml # Path to test results + path: e2eTests/reports/*.xml # Path to test results reporter: jest-junit # Format of test results - name: Submit results to the testmo-run