twilio / twilio-voice-notification-app

Reference app built in ReactJS that demonstrates how to leverage Twilio Programmable Voice and Twilio SDKs to create a voice notification system.
Apache License 2.0
36 stars 26 forks source link

Remove cache from circleci build jobs #43

Closed ricardotwilio closed 3 years ago

ricardotwilio commented 3 years ago

We are using the same cache-key for both circleci jobs (build-and-test and e2e) but recently this started causing problems due to permission issues (each job uses a different user). There are a few workarounds for this but I don't have the bandwidth to try them out at the moment, so the easiest solution is to stop caching node dependencies in our jobs for now. I will try to restore caching later when I have more time.