diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c975e5c4..545e34bf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,4 +15,3 @@ jobs: with: github_token: '${{ secrets.GITHUB_TOKEN }}' test_command: 'yarn run test:coverage' - reporter: 'json-summary'