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.13k stars 201 forks source link

test: fix flaky tests linux CI/CD environments #2 #680

Closed jessicatarra closed 6 months ago

jessicatarra commented 6 months ago

Description

The goal of this PR is to fix flaky tests in linux CI/CD environments mentioned in recently closed issue #670.

Type of Change

jessicatarra commented 6 months ago

@Salakar @spydon Apparently this solves all flaky tests happening in Linux environments, but I would test it a few times before merging to make sure it actually works (flaky tests are very tricky ahah ๐Ÿ˜…)