Hello! We're currently running into an issue where...
# best-practices
p
Hello! We're currently running into an issue where we have some features on our test/dev environments, but they are not yet ready for demo/prod environments. We keep having to switch our GHA workflow to point to a
demo
branch, and notify our testers to run Cypress from the new branch until everything is up to date, where we then point things back to master and re-notify the testers. Maintaining the different branches feels like pulling teeth at points, but so far is the only thing that seems to be working for us. Is there a better practice we should be following? Any recommendations? Thanks in advance!
4 Views