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

test: organize melos for full local testing, minor fixes so complete runs quickly pass #4331

Merged
merged 5 commits into from
Jan 4, 2021

Commits on Jan 4, 2021

  1. Configuration menu
    Copy the full SHA
    c4c1465 View commit details
    Browse the repository at this point in the history
  2. test(e2e): ignore ml custom, admob and ml_vision examples

    also add parallelism to melos targets for full machine utilization
    during local quality checks
    
    - firebase_ml_custom currently has an intractable build error due to tflite plugin needing
    TensorFlowLiteC 2.2.0 while up to date FirebaseMLVision needs 2.3.0
    
    - firebase_admob and firebase_ml_vision do not have e2e tests for their examples
    mikehardy committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    1fc69ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8430892 View commit details
    Browse the repository at this point in the history
  4. chore(build): add clean:deep target for melos

    The intention is to easily return to a fresh-checkout status so that
    developers can verify their environment will roughly match CI when it runs,
    and thus expose any local problems
    
    Incidentally, local example Podfiles are deleted here, as they are the source
    of CI-versus-local-environment differences and ensuing CI failures
    mikehardy committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    dea5628 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1254de7 View commit details
    Browse the repository at this point in the history