Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[expo] add a workflow to run eas build locally on Github Actions. #19

Merged
merged 1 commit into from
Oct 21, 2023

Conversation

yssk22
Copy link
Owner

@yssk22 yssk22 commented Oct 21, 2023

Summary

EAS costs $2 per a build and it can charge even if a build fails with a few seconds, which could be expensive than the local build on Github Actions.

We want to reduce the build cost so this PR tries to run eas build with --local option.

Test

  • run workflow manually.

Test run costs 14 min / build * $0.08 / min = $1.12/build

We can use Github Actions for development build while we continue to use eas server build for production.

Issue

  • N/A

**Summary**

EAS costs $2 per a build and it can charge even if a build fails with a few seconds, which could be expensive than the local build on Github Actions.

We want to reduce the build cost so this PR tries to run eas build with --local option.

**Test**

- run workflow manually.

[Test run](https://github.com/yssk22/hpapp/actions/runs/6597486092/usage) costs 14 min / build * $0.08 / min = $1.12/build

We can use Github Actions for development build while we continue to use eas server build for production.

**Issue**

- N/A
@yssk22 yssk22 merged commit 56ec088 into main Oct 21, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant