We sometimes experience that the Github actions to deploy our application fails the test suite, however, it marks it as completed. See: <img width="693" alt="image" src="https://user-images.githubusercontent.com/3786627/187437545-5927c25f-d28d-4fd6-96b5-ae8d79cadddd.png"> Should be (same test, just a few minutes earlier): <img width="452" alt="image" src="https://user-images.githubusercontent.com/3786627/187437634-70a7fd38-4988-44f4-8e51-0d4618f9cebe.png"> We run the command: ```bash ava --no-worker-threads -c 1 --verbose --timeout 1m --fail-fast ``` Using ava version: `^4.3.1`