Skip to content

Commit

Permalink
chore: ensure no email is sent when installing the site in the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
orakili committed Jan 10, 2024
1 parent dd237cf commit dc4363b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
uses: cafuego/command-output@main
with:
run: |
docker compose -f tests/docker-compose.yml exec -T drupal drush -y si --existing-config
docker compose -f tests/docker-compose.yml exec -T drupal drush -y si --existing-config minimal install_configure_form.enable_update_status_emails=NULL
env:
fail-fast: true

Expand Down

0 comments on commit dc4363b

Please sign in to comment.