Skip to content

Commit

Permalink
ci: wrong cypress e2e run command
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaelahidev committed Sep 1, 2024
1 parent 394c33c commit 2bdef8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-plugin-zip-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ jobs:
cd ./build/blockera
npx cypress install
npm run env:start
npm run test:e2e -- --spec "packages/**/canvas-editor.e2e.cy.js"
npm run test:e2e
npm run env:stop

0 comments on commit 2bdef8f

Please sign in to comment.