This repository was archived by the owner on Mar 3, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020 - uses : ./.github/actions/dangerous-git-checkout
2121 - run : echo 'NODE_OPTIONS="--max_old_space_size=4096"' >> $GITHUB_ENV
2222 - uses : ./.github/actions/yarn-install
23- - uses : ./.github/actions/cache-db
24- - uses : ./.github/actions/cache-build
2523 - uses : ./.github/actions/yarn-playwright-install
24+ - uses : ./.github/actions/cache-db
2625 - uses : ./.github/actions/env-read-file
26+ - uses : ./.github/actions/cache-build
2727 - name : Run Tests
2828 run : yarn turbo run embed-tests-update-snapshots:ci --scope=@calcom/embed-react --concurrency=1
2929 - name : Upload embed-core results
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 - uses : ./.github/actions/dangerous-git-checkout
1919 - run : echo 'NODE_OPTIONS="--max_old_space_size=4096"' >> $GITHUB_ENV
2020 - uses : ./.github/actions/yarn-install
21- - uses : ./.github/actions/cache-db
22- - uses : ./.github/actions/cache-build
2321 - uses : ./.github/actions/yarn-playwright-install
22+ - uses : ./.github/actions/cache-db
2423 - uses : ./.github/actions/env-read-file
24+ - uses : ./.github/actions/cache-build
2525 - run : yarn e2e
2626 - name : Upload test results
2727 if : ${{ always() }}
You can’t perform that action at this time.
0 commit comments