chore: split CI into separate chunks #1548
Labels
E:End-to-end testing
See https://github.com/waku-org/pm/issues/34 for details
test
Issue related to the test suite with no expected consequence to production code
This is a change request
Problem
nwaku
depends on some of our CI steps and the first solution was to useworkflow_call
. This is not ideal because now they have all of the steps fromjs-waku
CI and not to run all of them we had to clutter code a bit with extra conditions.Proposed Solutions
Split
ci.yml
into chunks so that they can be consumed or research other options (clonejs-waku
& injectnwaku
throughprocess.env
e.g).Notes
Original PR - #1541
The text was updated successfully, but these errors were encountered: