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

fix(DX): Don't run CI if there are no tests (backport #26457) #26465

Merged
merged 2 commits into from
May 17, 2024

Commits on May 17, 2024

  1. fix: dont translate syntax error messages

    closes #26443
    
    (cherry picked from commit afed21e)
    ankush authored and mergify[bot] committed May 17, 2024
    Configuration menu
    Copy the full SHA
    687518b View commit details
    Browse the repository at this point in the history
  2. fix(DX): Don't run CI if there are no tests

    New apps keep burning CI just to install the app and run nothing.
    This adds a small check before install to avoid unnecessary CI runs.
    
    (cherry picked from commit 1b0ad41)
    ankush authored and mergify[bot] committed May 17, 2024
    Configuration menu
    Copy the full SHA
    80a8af4 View commit details
    Browse the repository at this point in the history