ci: create new workflow for API v2 unit tests (#26189)

* playwright

* Remove copy-app-store-static from web server command

* check

* test

* api v2 unit test
This commit is contained in:
Anik Dhabal Babu
2025-12-26 14:08:32 +00:00
committed by GitHub
parent 91af737a7c
commit 38efed4f56
4 changed files with 41 additions and 10 deletions
-5
View File
@@ -17,8 +17,3 @@ jobs:
- run: yarn test -- --no-isolate
# We could add different timezones here that we need to run our tests in
- run: TZ=America/Los_Angeles yarn test -- --timeZoneDependentTestsOnly --no-isolate
- name: Run API v2 tests
working-directory: apps/api/v2
run: |
export NODE_OPTIONS="--max_old_space_size=8192"
yarn workspace @calcom/platform-libraries build && yarn test