Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kelanik8 committed Dec 5, 2023
1 parent be9b4f0 commit 069b661
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ jobs:
echo "${CLIENT_NAME}"
# docker-compose run \
# --entrypoint='cypress run --spec cypress/e2e/basic-functionalities/server/index.cy.js --browser chrome' \
# cypress
docker-compose run \
--entrypoint='cypress run --spec cypress/e2e/basic-functionalities/server/index.cy.js --browser chrome' \
cypress
docker-compose run \
--entrypoint="${COMMAND}" \
Expand Down

0 comments on commit 069b661

Please sign in to comment.