From 2ce972b992905b8e3cca0293ac693224310ea38a Mon Sep 17 00:00:00 2001 From: Joshua Valluru <326636767+joshua-berri@users.noreply.github.com> Date: Sat, 19 Sep 2026 07:54:49 -0700 Subject: [PATCH] test(e2e): report OAuth results without raw assertion logs --- .github/workflows/test-mcp-oauth-e2e.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/test-mcp-oauth-e2e.yml b/.github/workflows/test-mcp-oauth-e2e.yml index ea9ef93bf14..7625fb4d59f 100644 --- a/.github/workflows/test-mcp-oauth-e2e.yml +++ b/.github/workflows/test-mcp-oauth-e2e.yml @@ -145,15 +145,11 @@ jobs: --rootdir=. --reruns 0 --tb=short -o junit_family=xunit1 \ --junitxml="${RUNNER_TEMP}/mcp-oauth-private/results.xml" \ > "${RUNNER_TEMP}/mcp-oauth-private/pytest.log" 2>&1 - - name: Reject skipped or missing cases + - name: Report JUnit results and reject skipped or missing cases if: always() run: | uv run --no-sync python .github/e2e-stack/assert_tests_ran.py \ "${RUNNER_TEMP}/mcp-oauth-private/results.xml" tests/e2e/mcp/test_mcp_oauth_happy_path_e2e.py - - name: Publish sanitized summary - if: always() - run: | - grep -E '^(FAILED|PASSED|ERROR|E AssertionError|=+ .* =+)' "${RUNNER_TEMP}/mcp-oauth-private/pytest.log" || true - name: Remove private login and logs if: always() run: |