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