From 3dd2ed916153b3d0cd5fc1b3d15302ba89be7808 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Sun, 3 Aug 2025 17:15:04 -0700 Subject: [PATCH] Add comment about testing fix (#5329) * Add comment about testing fix * Create cool-cherries-brush.md --- .changeset/cool-cherries-brush.md | 5 +++++ .github/workflows/test.yml | 1 + 2 files changed, 6 insertions(+) create mode 100644 .changeset/cool-cherries-brush.md diff --git a/.changeset/cool-cherries-brush.md b/.changeset/cool-cherries-brush.md new file mode 100644 index 0000000000..7cc913fd1a --- /dev/null +++ b/.changeset/cool-cherries-brush.md @@ -0,0 +1,5 @@ +--- +"claude-dev": patch +--- + +Add comment about testing fix diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c4f0af4510..71a818db53 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -97,6 +97,7 @@ jobs: run: npm run pretest # Unit Tests disabled due to module system conflicts between backend and webview-ui + # FIX: Right now the tests are run when the PR is being reviewed, but if main is updated after that, the PR can merge without the tests being run on the latest version of main. # - name: Unit Tests # run: npm run test:unit