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 Build for PRs #246

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Expo Build for PRs #246

wants to merge 4 commits into from

Conversation

oudeismetis
Copy link
Member

@oudeismetis oudeismetis commented Oct 24, 2023

What this does

Sometimes you need/want to do a full build test for a PR. Creating a Github Action to do that when manually built.

Checklist

  • Initial version guessing at implementation
  • Add support for choosing IOS and/or Android
  • Test

How to test

Add user steps to achieve desired functionality for this feature.

@oudeismetis oudeismetis temporarily deployed to tn-spa-bootstrapper-pr-246 October 24, 2023 16:35 Inactive
@oudeismetis oudeismetis temporarily deployed to tn-spa-bootstrapper-pr-246 October 24, 2023 16:56 Inactive
run: cd mobile && yarn install

- name: 🚀 Build app
run: cd mobile && eas build --platform {{ "${{ inputs.platform }}" }} --profile development --non-interactive
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@oudeismetis oudeismetis temporarily deployed to tn-spa-bootstrapper-pr-246 March 22, 2024 00:57 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants