From 596d8cd94f7e4e0caaa20002f95a44d289bf7490 Mon Sep 17 00:00:00 2001 From: Shailesh Parmar Date: Thu, 11 May 2023 12:30:57 +0530 Subject: [PATCH] Revert "cypress: updated workflow with cypress provided image (#11544)" (#11546) This reverts commit 40508b4c8141a067fb222581e362bca8064de53b. --- .github/workflows/cypress-integration-tests-mysql.yml | 2 -- .github/workflows/cypress-integration-tests-postgresql.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/cypress-integration-tests-mysql.yml b/.github/workflows/cypress-integration-tests-mysql.yml index 474b6a28feb..f025cb6a357 100644 --- a/.github/workflows/cypress-integration-tests-mysql.yml +++ b/.github/workflows/cypress-integration-tests-mysql.yml @@ -39,8 +39,6 @@ concurrency: jobs: install: runs-on: ubuntu-latest - container: - image: cypress/browsers:node16.16.0-chrome107-ff107 strategy: matrix: job: [0, 1, 2] diff --git a/.github/workflows/cypress-integration-tests-postgresql.yml b/.github/workflows/cypress-integration-tests-postgresql.yml index 59771785bda..370f0a7f393 100644 --- a/.github/workflows/cypress-integration-tests-postgresql.yml +++ b/.github/workflows/cypress-integration-tests-postgresql.yml @@ -39,8 +39,6 @@ concurrency: jobs: install: runs-on: ubuntu-latest - container: - image: ccypress/browsers:node16.16.0-chrome107-ff107 strategy: matrix: job: [0, 1, 2]