We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e415b4 commit e8c2d4fCopy full SHA for e8c2d4f
2 files changed
.github/workflows/e2e-api-v2.yml
@@ -71,9 +71,9 @@ jobs:
71
- name: Run Tests
72
working-directory: apps/api/v2
73
run: |
74
- yarn test:e2e
+ yarn workspace @calcom/platform-libraries build && yarn test:e2e
75
EXIT_CODE=$?
76
- echo "yarn test:e2e command exit code: $EXIT_CODE"
+ echo "yarn workspace @calcom/platform-libraries build && yarn test:e2e command exit code: $EXIT_CODE"
77
exit $EXIT_CODE
78
- name: Upload Test Results
79
if: ${{ always() }}
.github/workflows/unit-tests.yml
@@ -21,4 +21,4 @@ jobs:
21
22
23
export NODE_OPTIONS="--max_old_space_size=8192"
24
- yarn test
+ yarn workspace @calcom/platform-libraries build && yarn test
0 commit comments