mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
CI server has to empty the cache if language files changed
This commit is contained in:
@@ -17,5 +17,8 @@ echo "--- Loading test database"
|
||||
bundle exec rake db:drop db:create db:schema:load
|
||||
bundle exec rake parallel:drop parallel:create parallel:load_schema
|
||||
|
||||
echo "--- Emptying cache"
|
||||
rm tmp/cache/ -rf
|
||||
|
||||
echo "--- Running tests"
|
||||
bundle exec rake parallel:spec
|
||||
|
||||
Reference in New Issue
Block a user