nimblehq / kmm-templates

MIT License
2 stars 0 forks source link

Optimize the workflow to generate the "sample" project before executing CI actions #39

Closed luongvo closed 11 months ago

luongvo commented 11 months ago

Why

The step to generate the working project to run tests takes a significant time to complete > 3 mins.

image

The need to generate a sample project first to execute the test actions in Android and iOS platforms, and to push the sample project to the repository 👉 duplicating the generation step 3 times is not an ideal approach.

We must improve the test workflow to generate the sample project before running test actions on Android or iOS platforms.

Who Benefits?

Developers