https://myfreetimeinaweek.in helps its users recognize the amount of time they have in their life for things that they love.
GNU General Public License v3.0
5
stars
8
forks
source link
Fix the continuous integration pipeline for Github actions #5
Open
avikalpg opened 2 years ago
What
Currently, we install
expo cli
globally in the workflow runner, which is not a recommended method.How to fix it
As of today, the recommended way of building
expo
projects in CI is through EAS. You can follow this documentation to implement the same.Remember that the Github-page deploy will remain the same. Only the action for generating the build files from the expo will be modified.