Side-effect task to run each time before dependent #11142
Unanswered
cyrilchapon
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
The context is I'm trying to build a integration-test pipeline within my monorepo.
Those kind of unit tests require to teardown + setup a database before each test suite.
The setup is like so :
What I'm trying to achieve is building a pipeline that would run, for each package defining "test" :
The trick is :
Additional information
Additionally, as a bonus, dependency-a, dependency-b have a lot of dependencies that need to be built before running tests. Ideally I would like to allow parallism for every building step, but specify that I want to run, specificically and exactly for test task, without parallelism
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions