From 21cc8834157c9cca6c6c49ea54f1b227a29264db Mon Sep 17 00:00:00 2001 From: zomars Date: Sat, 25 Feb 2023 09:35:42 -0700 Subject: [PATCH] Fingers crossed --- .github/workflows/e2e-embed.yml | 4 ++-- .github/workflows/e2e.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e-embed.yml b/.github/workflows/e2e-embed.yml index 8d130316fd160c..db1f6707aa9e22 100644 --- a/.github/workflows/e2e-embed.yml +++ b/.github/workflows/e2e-embed.yml @@ -20,10 +20,10 @@ jobs: - uses: ./.github/actions/dangerous-git-checkout - run: echo 'NODE_OPTIONS="--max_old_space_size=4096"' >> $GITHUB_ENV - uses: ./.github/actions/yarn-install - - uses: ./.github/actions/cache-db - - uses: ./.github/actions/cache-build - uses: ./.github/actions/yarn-playwright-install + - uses: ./.github/actions/cache-db - uses: ./.github/actions/env-read-file + - uses: ./.github/actions/cache-build - name: Run Tests run: yarn turbo run embed-tests-update-snapshots:ci --scope=@calcom/embed-react --concurrency=1 - name: Upload embed-core results diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 992a19904c412a..f59a3baa2fc0b5 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -18,10 +18,10 @@ jobs: - uses: ./.github/actions/dangerous-git-checkout - run: echo 'NODE_OPTIONS="--max_old_space_size=4096"' >> $GITHUB_ENV - uses: ./.github/actions/yarn-install - - uses: ./.github/actions/cache-db - - uses: ./.github/actions/cache-build - uses: ./.github/actions/yarn-playwright-install + - uses: ./.github/actions/cache-db - uses: ./.github/actions/env-read-file + - uses: ./.github/actions/cache-build - run: yarn e2e - name: Upload test results if: ${{ always() }}