Reapply "Custom mix task to retry failed tests once in CI pipeline"

This reverts commit b281ad06de.
This commit is contained in:
Mark Felder 2024-09-16 11:39:19 -04:00
commit e59706c201
3 changed files with 26 additions and 1 deletions

View file

@ -134,7 +134,7 @@ unit-testing-1.13.4-otp-25:
script: &testing_script
- mix ecto.create
- mix ecto.migrate
- mix test --cover --preload-modules
- mix pleroma.test_runner --cover --preload-modules
coverage: '/^Line total: ([^ ]*%)$/'
artifacts:
reports: