From 00edb1cc73d0699dd4a032e7fedc07763011460d Mon Sep 17 00:00:00 2001 From: Robert Bradley Date: Tue, 7 Jan 2025 11:36:06 +0000 Subject: [PATCH] Adding nightly testing --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cae3ce4..040290a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -75,6 +75,6 @@ jobs: id: unit-test-report if: success() || failure() with: - name: Unit Tests + name: Unit Tests Report path: junit.xml reporter: jest-junit