I’m trying to set up Doppler in our CI environment. We’re using CircleCI with the Cypress orb.
I can get the Doppler CLI installed and running in our CircleCI config up until the final step: ./doppler run -- cypress run. At this point the command fails, throwing the following error:
exec: "cypress": executable file not found in $PATH
Notably:
I’m able to use the Doppler CLI successfully on other steps (running npm scripts)
The final cypress run step works properly when I don’t prefix it with ./doppler run --