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
fix(ci): address PR review comments on E2E test split
- Remove @requires-ai tag from 'empty query submission is prevented' test
since it only validates UI state (send button disabled) without needing
a database connection or AI embeddings
- Check all three Azure secrets (API_KEY, API_BASE, API_VERSION) in the
secrets detection step, not just the API key
fail, preserving test signal for both shards
- Update AGENTS.md to mention fork PRs alongside Dependabot as contexts
where secrets are unavailable
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ See `.env.example` for the full list.
136
136
137
137
GitHub Actions workflows (`.github/workflows/`):
138
138
-**tests.yml** — unit tests + lint on push/PR to main/staging
139
-
-**playwright.yml** — dedicated Playwright E2E suite; non-AI tests always run, `@requires-ai` tests only when LLM secrets are available
139
+
-**playwright.yml** — dedicated Playwright E2E suite; non-AI tests always run, `@requires-ai` tests only when LLM secrets are available (secrets are unavailable for Dependabot and fork PRs)
140
140
-**pylint.yml** — Python linting
141
141
-**spellcheck.yml** — docs spellcheck
142
142
-**publish-docker.yml** — build & push Docker image to DockerHub
0 commit comments