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

Make TestOnPRs part of minimal template #338

Merged
merged 1 commit into from
Jul 8, 2024
Merged

Commits on Jul 8, 2024

  1. Make TestOnPRs part of minimal template

    The intrusive part of TestOnPRs is the ReusableTest, which is already
    added in the minimal. So we might as well benefit from it and have the
    improved PR testing.
    This removes the question and fix the files accordingly.
    
    Closes #312
    
    Breaking change: Question SimplifiedPRTest is removed. If you chose
    recommended or explicitly answered it as true, nothing changes.
    If you chose minimum or explicitly answered it as false, you will have a
    new file .github/workflows/TestOnPRs.yml and your Test.yml will change.
    Pull Requests will run on a smaller matrix now. See the docs for more
    information.
    abelsiqueira committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ca265da View commit details
    Browse the repository at this point in the history