From ae0c986457f949877067d9a3b83e02554efe7306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=BChlmann?= Date: Wed, 13 Nov 2024 14:33:08 +0100 Subject: [PATCH] Remove test reporter --- .github/workflows/dagger.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dagger.yaml b/.github/workflows/dagger.yaml index 8b672245..c446f30f 100644 --- a/.github/workflows/dagger.yaml +++ b/.github/workflows/dagger.yaml @@ -25,9 +25,9 @@ jobs: module: . # Arguments to pass to CLI args: ci-integration --dir=./ - - name: Test Reporter - uses: dorny/test-reporter@v1.9.1 - with: - name: JEST Tests # Name of the check run which will be created - path: reports/jest-*.xml # Path to test results - reporter: jest-junit # Format of test results +# - name: Test Reporter +# uses: dorny/test-reporter@v1.9.1 +# with: +# name: JEST Tests # Name of the check run which will be created +# path: reports/jest-*.xml # Path to test results +# reporter: jest-junit # Format of test results