From 95c01d5f2c1283ca443728d5a3557e09a34676a4 Mon Sep 17 00:00:00 2001 From: Ulzii Otgonbaatar Date: Thu, 16 Apr 2026 10:50:01 -0600 Subject: [PATCH] Rename server e2e test job to avoid ambiguous Vanta reporting The "Test for the server/ directory" workflow had a job named "test", colliding with the "Test chromium-launcher" workflow's "test" job. Since the branch protection required check is "test" and Vanta reports on it by name, having two checks with the same name created ambiguity in compliance reporting. Rename the server e2e job to "test-server-e2e" so the required "test" check unambiguously refers to chromium-launcher. The server e2e test has a 45% pass rate vs chromium-launcher at 100%, so the reliable check should be the one gating merges. Made-with: Cursor --- .github/workflows/server-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/server-test.yaml b/.github/workflows/server-test.yaml index f65ae214..822c08cd 100644 --- a/.github/workflows/server-test.yaml +++ b/.github/workflows/server-test.yaml @@ -16,7 +16,7 @@ jobs: uses: ./.github/workflows/chromium-headless-image.yaml secrets: inherit - test: + test-server-e2e: runs-on: ubuntu-latest needs: [build-headful, build-headless] permissions: