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