Skip to content

Commit

Permalink
Add docker files explicitly to run statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Jun 26, 2024
1 parent 9605075 commit d65a429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ jobs:
- name: Run Cypress tests
working-directory: docker/test
run: |
docker compose run --entrypoint="" cypress sh -c "RAILS_ENV=test cypress run --project /mampf-tests/ --e2e --browser chrome"
docker compose run -f ./docker-compose.yml -f ./cypress.yml --entrypoint="" cypress sh -c "RAILS_ENV=test cypress run --project /mampf-tests/ --e2e --browser chrome"

0 comments on commit d65a429

Please sign in to comment.