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
Uh oh!
There was an error while loading. Please reload this page.
-
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.txtQA
regression-build-txtQA
release-build.txtQA, Product, UI
Beta Was this translation helpful? Give feedback.
All reactions