How to skip Cypress tests for unchanged apps in a Turborepo monorepo? #10738
Unanswered
mirhamasala
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
We have a Turborepo monorepo with multiple Next.js apps and want to optimize our GitHub Actions workflow to only run Cypress tests on apps that have actually changed (including their dependencies).
Currently, our workflow runs Cypress tests on ALL apps every time, even when only one app has changes. This wastes CI time and resources.
What we want:
Questions:
Any help or examples would be greatly appreciated!
Additional information
Example
Public repo and workflow file
Beta Was this translation helpful? Give feedback.
All reactions