invertase / melos

๐ŸŒ‹ A tool for managing Dart projects with multiple packages. With IntelliJ and Vscode IDE support. Supports automated versioning, changelogs & publishing via Conventional Commits.
https://melos.invertase.dev/~melos-latest
Apache License 2.0
1.07k stars 193 forks source link

fix: Flaky tests when run in GitHub Actions Workflow #733

Closed jessicatarra closed 2 weeks ago

jessicatarra commented 2 weeks ago

Description

Hey everyone! I initially attempted to resolve this issue by following the approach mentioned in this issue by setting the environment variable PUB_SUMMARY_ONLY=1 in the workflow. However, this did not work as expected.

Then, I decided to solve it by updating the ignoringDependencyMessages method in the matcher file, and this approach seems to be working fine.

Changes:

Issue: https://github.com/invertase/melos/issues/724

Type of Change

spydon commented 2 weeks ago

Super, thanks! Windows still seems to fail, but that might be unrelated?