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