@fabianfett Here is a first version of a Matrix that launches integration tests in parallel.
Each example is built on swift-6.0-nigthly and swift-main-nightly
I'm not super happy with the place where the list of example is defined (currently in .github/workflows/examples_matrix.yml) because I don't think we can pass an array as parameter between workflow.
(Ideally, the list of examples should be defined in .github/workflows/pull_request.yml)
@fabianfett Here is a first version of a Matrix that launches integration tests in parallel. Each example is built on swift-6.0-nigthly and swift-main-nightly
I'm not super happy with the place where the list of example is defined (currently in
.github/workflows/examples_matrix.yml
) because I don't think we can pass an array as parameter between workflow. (Ideally, the list of examples should be defined in.github/workflows/pull_request.yml
)