From ef120c0e428289a1794c4e4cf515a705b6e046a1 Mon Sep 17 00:00:00 2001 From: Alexander Bandukwala <7h3kk1d@gmail.com> Date: Mon, 26 Feb 2024 19:26:16 -0600 Subject: [PATCH] Switch reporter to java-junit --- .github/workflows/deploy_branches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_branches.yml b/.github/workflows/deploy_branches.yml index 394dda4181..428b9c37db 100644 --- a/.github/workflows/deploy_branches.yml +++ b/.github/workflows/deploy_branches.yml @@ -55,7 +55,7 @@ jobs: with: name: Test Report path: junit_tests*.xml - reporter: jest-junit + reporter: java-junit working-directory: ./source - name: Checkout the website build artifacts repo uses: actions/checkout@v2