NedaaDevs / nedaa

Muslims prayer times app in Flutter
3 stars 1 forks source link

Enhance ci #72

Closed F2had closed 3 weeks ago

F2had commented 3 weeks ago

In this pr we enhanced the CI. Before we run everything on a macOS runner for the iOS to build. Now we split the test and android build to run on Ubuntu & only the iOS build to run on a macOS. This reduced the CI time roughly by half. 18m~ to 10m

closes #71