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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user