Skip to content

Commit e8fe71d

Browse files
committed
Fix?
1 parent 84517e6 commit e8fe71d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/e2e-app-store.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- run: echo 'NODE_OPTIONS="--max_old_space_size=4096"' >> $GITHUB_ENV
2323
- uses: ./.github/actions/yarn-install
2424
- uses: ./.github/actions/yarn-playwright-install
25-
- uses: ./.github/actions/cache-db
2625
- uses: ./.github/actions/env-read-file
26+
- uses: ./.github/actions/cache-db
2727
- uses: ./.github/actions/cache-build
2828
- name: Run Tests
2929
run: yarn test-e2e:app-store

.github/workflows/e2e-embed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- run: echo 'NODE_OPTIONS="--max_old_space_size=4096"' >> $GITHUB_ENV
2222
- uses: ./.github/actions/yarn-install
2323
- uses: ./.github/actions/yarn-playwright-install
24-
- uses: ./.github/actions/cache-db
2524
- uses: ./.github/actions/env-read-file
25+
- uses: ./.github/actions/cache-db
2626
- 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

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
- run: echo 'NODE_OPTIONS="--max_old_space_size=4096"' >> $GITHUB_ENV
2121
- uses: ./.github/actions/yarn-install
2222
- uses: ./.github/actions/yarn-playwright-install
23-
- uses: ./.github/actions/cache-db
2423
- uses: ./.github/actions/env-read-file
24+
- uses: ./.github/actions/cache-db
2525
- uses: ./.github/actions/cache-build
2626
- name: Run Tests
2727
run: yarn test-e2e

0 commit comments

Comments
 (0)