Skip to content
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

Improve the build and fix it in the same time 🖖 #184

Merged
merged 1 commit into from
Jan 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,12 @@ jobs:
name: Test bundle (with all services)
run: |
rm -rf src/Bundle/test/var/cache
composer require symfony/mailer --no-scripts
(cd src/Bundle/test && APP_ENV=test bin/console lint:container)
vendor/bin/phpunit

-
name: Run lint container (with no mailers)
run: |
rm -rf src/Bundle/test/var/cache
composer remove symfony/mailer --no-scripts
composer remove symfony/mailer --dev --no-scripts
(cd src/Bundle/test && APP_ENV=test_no_mailers bin/console lint:container)