From 767df72b46683c61caefc9cb8fd4e39115f863ec Mon Sep 17 00:00:00 2001 From: Pyronewbic Date: Tue, 12 May 2026 13:52:42 +0530 Subject: [PATCH] chore: remove test gate job, require unit + smoke directly in branch protection --- .github/workflows/test.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f86ea9d..f555e43 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,8 +27,3 @@ jobs: - run: npx playwright install chromium --with-deps - run: node test/smoke-test.js - test: - runs-on: ubuntu-latest - needs: [unit, smoke] - steps: - - run: echo "All tests passed"