Skip to content

Commit e8c2d4f

Browse files
chore: add build platform libs in api v2 github actions (calcom#23862)
1 parent 7e415b4 commit e8c2d4f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/e2e-api-v2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ jobs:
7171
- name: Run Tests
7272
working-directory: apps/api/v2
7373
run: |
74-
yarn test:e2e
74+
yarn workspace @calcom/platform-libraries build && yarn test:e2e
7575
EXIT_CODE=$?
76-
echo "yarn test:e2e command exit code: $EXIT_CODE"
76+
echo "yarn workspace @calcom/platform-libraries build && yarn test:e2e command exit code: $EXIT_CODE"
7777
exit $EXIT_CODE
7878
- name: Upload Test Results
7979
if: ${{ always() }}

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
working-directory: apps/api/v2
2222
run: |
2323
export NODE_OPTIONS="--max_old_space_size=8192"
24-
yarn test
24+
yarn workspace @calcom/platform-libraries build && yarn test

0 commit comments

Comments
 (0)