Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kelanik8 committed Dec 4, 2023
1 parent 61d3bb1 commit 57553d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ jobs:
echo "${CLIENT_NAME}"
docker-compose run \
--entrypoint='cypress run --spec cypress/integration/basic-functionalities/server/Create_user.spec.js --browser chrome && ${COMMAND}' \
--entrypoint='cypress run --spec cypress/integration/basic-functionalities/server/Create_user.spec.js --browser chrome' \
cypress
# docker-compose run \
# --entrypoint="${COMMAND}" \
# cypress
docker-compose run \
--entrypoint="${COMMAND}" \
cypress

0 comments on commit 57553d9

Please sign in to comment.