diff --git a/.github/workflows/cypress-testing.yml b/.github/workflows/cypress-testing.yml index 4004b6b2b..368eab023 100644 --- a/.github/workflows/cypress-testing.yml +++ b/.github/workflows/cypress-testing.yml @@ -4,7 +4,7 @@ on: push: branches: [master] pull_request: - branches: [master, migration-from-draft-js] + branches: [master] jobs: glific: @@ -96,8 +96,6 @@ jobs: git clone https://github.com/glific/cypress-testing.git echo done. go to dir. cd cypress-testing - git checkout lexical-editor - cd .. cp -r cypress-testing/cypress cypress yarn add cypress echo Create cypress.config.ts from example