From a3bc5f10e011b4d6d1c5c5b577ac439efe5d8249 Mon Sep 17 00:00:00 2001 From: Maciej Antosiak Date: Tue, 20 Feb 2024 23:41:19 +0100 Subject: [PATCH] adding tests --- .github/workflows/github-actions.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index d583a48..7bdda3f 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -47,6 +47,11 @@ jobs: ./restoreBackup.ps1 - name: Run ant build run: ant -noinput -buildfile ./deploy/build.xml -Dconfig=DEV02 compile tokens.copy.files testdbq.run + - name: Publish Test Report + uses: mikepenz/action-junit-report@v4 + if: success() || failure() + with: + report_paths: '**/TEST-*.xml' - shell: pwsh run: | ./copyArtifact.ps1