How to set groups from a group file ? #68
Unanswered
mohammed-uzair
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can we have a groups-file as well? So we can define all the groups inside that file, instead of changing the yml file, we just need to update the groups.txt file.
EG:
groups-file: .github/workflows/app-distribution/distribution-groups/feature-build.txt/
/ Group file to test feature buildsgroups-file: .github/workflows/app-distribution/distribution-groups/regression-build.txt
// Group file to test regression buildsgroups-file: .github/workflows/app-distribution/distribution-groups/release-build.txt/
/ Group file to test release buildsfeature-build.txt
QA
regression-build-txt
QA
release-build.txt
QA, Product, UI
Beta Was this translation helpful? Give feedback.
All reactions