-
-
Notifications
You must be signed in to change notification settings - Fork 204
CI Generator #578
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
CI Generator #578
Conversation
|
|
|
|
|
ℹ️ Shift configured your jobs to use MySQL 8.0. You may adjust the configuration if you are using a different version of MySQL or a different database system. |
|
ℹ️ Shift configured Composer to use the |
|
ℹ️ By default, Shift configured your jobs to use an official PHP image. However, if you are familiar with Docker, you may improve performance by using your own image with all your prebuilt environment. |
|
ℹ️ Shift configures GitHub's `action/cache to cache Composer and NPM dependencies. This reduces build times. However, this action has a known issue where it only caches when the job runs successfully. If any step fails, dependencies will not be cached. If you want to always cache files, you may replace this action with the following forked version: |
|
ℹ️ Shift detected your application only has the default tests. You may quickly start adding tests by using the Tests Generator to automatically create the model factories, test classes, and sample tests cases for your Laravel application. |
Co-authored-by: Shift <[email protected]>
This pull request includes configuration for running lint, code style checks, and tests within your CI environment. Feel free to commit any additional changes to the
shift-90284branch.Before merging, you need to: