Skip to content

Commit

Permalink
Don't clear entrypoint for cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Jun 26, 2024
1 parent 13c56a7 commit d37f695
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,5 @@ jobs:
- name: Run Cypress tests
working-directory: docker/test
run: >
docker compose -f ./docker-compose.yml -f ./cypress.yml
run --entrypoint="" cypress sh -c
docker compose -f ./docker-compose.yml -f ./cypress.yml run cypress sh -c
"RAILS_ENV=test cypress run --project /mampf-tests/ --e2e --browser chrome"

0 comments on commit d37f695

Please sign in to comment.