nightscout / Trio

MIT License
45 stars 125 forks source link

Add GitHub actions workflow to test-build pull request branches #316

Open bjornoleh opened 2 weeks ago

bjornoleh commented 2 weeks ago

The new .github/workflows/PR_test_build.yml workflow checks out the pull request number that is entered as a repository variable.

It is possible to optionally set an alternative bundle ID to not overwrite the TestFlight “production app” that one might be using live.

The checkout action starts with nightscout/Trio dev when setting up the git repository, so that the workflow is independent of any changes in the private fork.

Setup:

Add repository variables:

Mandatory:

Optional:

Usage:

Resolves #315