We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using LiipFunctionalBundle cached database with gitalb ci pipeline, does there any need to cache some data between pipelines ?
#https://github.com/liip/LiipTestFixturesBundle/blob/2.x/doc/database.md#tips-for-fixture-loading-tests liip_test_fixtures: cache_db: sqlite: 'Liip\TestFixturesBundle\Services\DatabaseBackup\SqliteDatabaseBackup'
Cheers
The text was updated successfully, but these errors were encountered:
You may try to use the cache from GitLab CI: https://docs.gitlab.com/ee/ci/caching/
Then check if it's quicker or not.
Sorry, something went wrong.
The cache can be inconsistent, maybe not using it is a good idea, see:
No branches or pull requests
When using LiipFunctionalBundle cached database with gitalb ci pipeline, does there any need to cache some data between pipelines ?
Cheers
The text was updated successfully, but these errors were encountered: