Wait-on timeout on CI using orbs #16209
Unanswered
jaugustodafranca
asked this question in
CI setup
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks,
Recently I update my project to node 12 with cypress 6.5.0, and after the update, I noticed that tests begin to fail. I'm using the orbs to run the test on CI, before the update the terminal that was running the
yarn start
still up and the wait-on worked fine:Now for the same configuration, the terminal is being stoped so the wait-on gets a time out:
the config that I'm using is:
I'm not sure if is something related to the orbs or with the node version, could you help me please?
Beta Was this translation helpful? Give feedback.
All reactions