Skip to content

Commit

Permalink
Updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttwittrockcio committed Nov 7, 2024
1 parent 693a7ca commit b924ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apps/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ end

lane :get_build_test_groups do
test_groups = ['all-builds'] # send all builds to group 'all-builds'. Therefore, set it here and we will not remove it.
test_groups.append("feature-branch") # Feature branch is for when a PR is merged into a feature branch. Need to add a check for that.
test_groups.append("feature-branch") # Feature branch will be used when a PR is merged into a feature branch. We will need to add a check for this.
github = GitHub.new()

# To avoid giving potentially unstable builds of our sample apps to certain members of the organization, we only send builds to "stable" group uncertain certain situations.
Expand Down

0 comments on commit b924ce0

Please sign in to comment.