Skip to content

Commit

Permalink
added cypress fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshamoon committed Mar 6, 2024
1 parent 96a7324 commit 738c50b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cypress-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [master]
pull_request:
branches: [master, migration-from-draft-js]
branches: [master]

jobs:
glific:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 738c50b

Please sign in to comment.