|
How can I run a common test suite inside _checkouts/? I have a ct suite file in: I can't run the test with:
I can run the suite if I move the mydep app to |
Answered by
ferd
Jun 2, 2025
Replies: 2 comments
|
Yeah I believe this is because it's a dependency still and we don't run tests on dependencies. The only way to do that would be to change directory into the dep, or move it to the app level as you said. |
0 replies
Answer selected by
pablopla
|
Changing directory into the dep might break other things. I'll stick to moving it to the app level for now. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah I believe this is because it's a dependency still and we don't run tests on dependencies. The only way to do that would be to change directory into the dep, or move it to the app level as you said.