You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "${{ github.event.workflow_run.name }}" workflow failed on branch "${{ github.event.workflow_run.head_branch }}".
106
108
107
109
Failing test files: ${{ steps.fetch-logs.outputs.failed_test_files }}
108
110
109
-
Filtered failure logs from all failed shards are in `failed_logs.txt` in the working directory. Read it first.
111
+
Filtered failure logs from all failed shards are in `/tmp/failed_logs.txt`. Read it first.
110
112
111
113
Follow these steps carefully:
112
114
113
-
1. **Diagnose the root cause**: Read `failed_logs.txt` thoroughly. Before writing a single line of code, understand WHY the tests are failing — not just the symptom. Read the relevant source files to understand the existing architecture and patterns.
115
+
1. **Diagnose the root cause**: Read `/tmp/failed_logs.txt` thoroughly. Before writing a single line of code, understand WHY the tests are failing — not just the symptom. Read the relevant source files to understand the existing architecture and patterns.
114
116
115
117
2. **Implement an architecturally sound fix**: The fix must address the underlying root cause, match existing code patterns in this codebase, and introduce no workarounds or hacks. Do not mask symptoms.
0 commit comments