https://cypress.io logo
Am I performing a bad practice by using `yarn` to ...
# best-practices
c
Am I performing a bad practice by using
yarn
to run my cypress tests in github actions? I want the coverage reports to be available in the runner's directory so codecov can grab them and display them there but due to me getting a yarn error, I'm not sure if I'm doing it correctly