You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #1077 [ci] fix overriding entire route config (jrushlow)
This PR was merged into the 1.0-dev branch.
Discussion
----------
[ci] fix overriding entire route config
Previously we were replacing the `config/routes.yaml` file generated by recipes with our own. This broke several tests when symfony/recipes#1030 was resolved in Symfony 6.
To better test against a "real" environment, we use the generated `routes.yaml` file and then append our static routes to it.
Commits
-------
3a8a38a [ci] fix overriding entire route config
0 commit comments