chore: update CI workflow to generate API client before running tests

- Added a step to generate the API client using `pnpm generate:api:force` in the CI workflow before executing integration tests.
This commit is contained in:
abhi1992002
2026-01-22 12:53:38 +05:30
parent d8bede1dd5
commit 7176f52492

View File

@@ -289,5 +289,8 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Generate API client
run: pnpm generate:api:force
- name: Run Integration Tests
run: pnpm test:unit