diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 330d4de..3e37d08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,15 +56,6 @@ jobs: env: MIX_ENV: test run: mix test --exclude pending - - name: Test Report - env: - MIX_ENV: test - uses: dorny/test-reporter@v1 - if: success() || failure() - with: - name: Mix Tests on Elixir ${{ matrix.elixir-version }} / OTP ${{ matrix.otp-version }} - path: _build/test/lib/logger_json/test-junit-report.xml - reporter: java-junit - name: Report code coverage env: MIX_ENV: test