From a281db126c16cdcc1b3babcce18e98322189994c Mon Sep 17 00:00:00 2001 From: Jonathan Flatt Date: Thu, 22 May 2025 20:16:05 +0000 Subject: [PATCH] chore: Add comment to clarify integration tests are disabled MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will trigger a new CI run to test the PR review functionality. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe81833..c59a72d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,6 +40,7 @@ jobs: GITHUB_WEBHOOK_SECRET: 'test-secret' GITHUB_TOKEN: 'test-token' + # Integration tests are disabled for now # - name: Run integration tests # run: npm run test:integration # env: