From f40cec42d39d304a2c7fa33f198328c0b1b08131 Mon Sep 17 00:00:00 2001 From: Luca Burgard Date: Thu, 25 Apr 2024 17:47:44 +0200 Subject: [PATCH] feat: add ignoring test failures --- .gitea/workflows/test-workflow.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/test-workflow.yml b/.gitea/workflows/test-workflow.yml index c65363f..c1f417e 100644 --- a/.gitea/workflows/test-workflow.yml +++ b/.gitea/workflows/test-workflow.yml @@ -49,3 +49,5 @@ jobs: name: Tests path: "**/target/surefire-reports/TEST-*.xml" reporter: jest-junit + fail-on-empty: 'false' + fail-on-error: 'false' \ No newline at end of file