From ed2976b237b53a524247d564691e0a12d3231d68 Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Wed, 19 Jun 2024 19:04:09 -0400 Subject: Custom mix task to retry failed tests once in CI pipeline This will be temporary* as we hunt down the cause of the random test failures * gonna regret this --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ba05def6..da2ddcf42 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -135,7 +135,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: @@ -165,7 +165,7 @@ unit-testing-1.13.4-otp-25-erratic: script: - mix ecto.create - mix ecto.migrate - - mix test --only=erratic + - mix pleroma.test_runner --only=erratic formatting-1.15: extends: .build_changes_policy -- cgit v1.2.3