diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 91dde0f632..9f6aeab7f9 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -52,6 +52,8 @@ jobs: run: yarn test env: NODE_ENV: production + - name: 'Assert no new snapshots (run `yarn test --ci` if this fails)' + run: git diff --exit-code - name: Store coverage if: github.event_name == 'pull_request' uses: actions/upload-artifact@v4