Skip to content

Commit

Permalink
Use local cache directories during test runs
Browse files Browse the repository at this point in the history
Not all environments (like mine) give the default user access to create directories under `/opt`.  When running the test suite locally or on a CI server, it should be fine to use caching directories under the local `tmp/` directory.
  • Loading branch information
mark-dce committed Jun 25, 2018
1 parent 99c859f commit b2035fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .env.test
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
export RAILS_HOST=localhost:3000
export PROQUEST_NOTIFICATION_EMAIL=proquest@example.com

export UPLOAD_PATH=tmp/uploads
export CACHE_PATH=tmp/uploads/cache
export WORKING_PATH=tmp/uploads

0 comments on commit b2035fb

Please sign in to comment.