Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit 21cc883

Browse files
committed
Fingers crossed
1 parent f674d7f commit 21cc883

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/e2e-embed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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() }}

0 commit comments

Comments
 (0)