chore: update CI workflow to generate API client without force option

- Modified the CI workflow to use `pnpm generate:api` instead of `pnpm generate:api:force` for generating the API client, streamlining the process before running integration tests.
This commit is contained in:
abhi1992002
2026-01-22 12:59:04 +05:30
parent 7176f52492
commit 4a2a6a3c6a

View File

@@ -290,7 +290,7 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Generate API client
run: pnpm generate:api:force
run: pnpm generate:api
- name: Run Integration Tests
run: pnpm test:unit