-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace Switfmailer with Symfony Mailer #848
Conversation
Replace Switfmailer with Symfony Mailer fix build set mailer dsn
578e378
to
ed552f9
Compare
Storage id changed to storage factory id test managing exchange rates test currency test test env
run exchange rates scenarios alone exclude echange rates scenarios
aa701c2
to
255a81c
Compare
I'm not sure but your jwt keys should be renewed because you use another algorithm |
@vasilvestre Looks like it's not necessary 🎸 |
Nice ! :D |
|
||
- | ||
name: Run non-JS Behat (without managing catalog promotion scenarios and exchange rates) | ||
run: vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="~@javascript&&~@todo&&~@cli&&@~managing_catalog_promotions&&@~managing_exchange_rates" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
run: vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="~@javascript&&~@todo&&~@cli&&@~managing_catalog_promotions&&@~managing_exchange_rates" | |
run: vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="~@javascript&&~@todo&&~@cli&&~@managing_catalog_promotions&&~@managing_exchange_rates" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How is that releated to the replacement of SwiftMailer by SymfonyMailer ?
Thank you, Ernest! 🎉 |
No description provided.