Revert "cypress: updated workflow with cypress provided image (#11544)" (#11546)

This reverts commit 40508b4c8141a067fb222581e362bca8064de53b.
This commit is contained in:
Shailesh Parmar 2023-05-11 12:30:57 +05:30 committed by GitHub
parent 40508b4c81
commit 596d8cd94f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -39,8 +39,6 @@ concurrency:
jobs: jobs:
install: install:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
image: cypress/browsers:node16.16.0-chrome107-ff107
strategy: strategy:
matrix: matrix:
job: [0, 1, 2] job: [0, 1, 2]

View File

@ -39,8 +39,6 @@ concurrency:
jobs: jobs:
install: install:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
image: ccypress/browsers:node16.16.0-chrome107-ff107
strategy: strategy:
matrix: matrix:
job: [0, 1, 2] job: [0, 1, 2]