From 44339336dfa69c3d5674806399d3f32a9f1ed5bd Mon Sep 17 00:00:00 2001 From: Enrico Minack Date: Tue, 14 Jun 2022 21:02:03 +0200 Subject: [PATCH] Add xunit example files to ci --- .github/workflows/ci-cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index b7088436..5ef02391 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -423,6 +423,7 @@ jobs: check_name: Test Results (Test Files) fail_on: nothing junit_files: "test-files/junit-xml/**/*.xml" + xunit_files: "test-files/xunit/**/*.xml" trx_files: "test-files/trx/**/*.trx" json_file: "tests.json" log_level: DEBUG