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
ci(workflows): adjust dependency installation order in test workflow
- Swap the order of 'composer install' and 'composer require' commands in the GitHub Actions test workflow.
- Ensure 'composer require' executes after the initial dependencies are installed.
- Improve dependency handling consistency in the CI pipeline.
0 commit comments