Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kelanik8 committed Nov 23, 2023
1 parent edc9d58 commit fae7384
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,7 @@ jobs:
docker-compose run \
--name cypress \
--use-aliases \
--entrypoint='cypress run
--spec cypress/integration/basic-functionalities/${CLIENT_NAME}/index.js
--browser chrome' \
--entrypoint='cypress run --spec cypress/integration/basic-functionalities/${CLIENT_NAME}/index.js --browser chrome' \
cypress
# - name: Run Compose CY tests
# working-directory: corteza-e2e-cypress
Expand Down

0 comments on commit fae7384

Please sign in to comment.