From 8b7069d7fa36af4fca0e71dbfde53623c3bdbf43 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 7 Nov 2020 16:52:51 -0800 Subject: [PATCH] linter fix --- .github/workflows/testing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 81a2dd70..0f25b1db 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -110,7 +110,7 @@ jobs: comment_title: Unit Test Statistics hide_comments: all but latest comment_on_pr: true - files: **/*.xml + files: '**/*.xml' report_individual_runs: true deduplicate_classes_by_file_name: false