diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13972d5..88d1318 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,10 +58,8 @@ jobs: MIX_ENV: test run: mix test --exclude pending - name: Test Report - env: - MIX_ENV: test uses: dorny/test-reporter@v1 - if: success() || failure() + if: (success() || failure()) && github.event_name == 'push' with: name: Mix Tests on Elixir ${{ matrix.elixir-version }} / OTP ${{ matrix.otp-version }} path: _build/test/lib/logger_json/test-junit-report.xml