diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 6069d507fc..699d7c2ac7 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -337,9 +337,9 @@ jobs: - name: codiff node-version: 24 command: | - # vp migrate rewrites package.json without reformatting, - # so format first before running the project's `vp check && vp test` task. - vp fmt + # vp migrate can leave generated project code needing lint fixes, + # so apply safe fixes before running the project's `vp check && vp test` task. + vp check --fix vp run test:all exclude: # frm-stack uses Docker (testcontainers) which doesn't work the same way on Windows