From c4cdd05386e081bcfe60efb86dbfad7deb69239a Mon Sep 17 00:00:00 2001 From: German Date: Mon, 20 Nov 2023 11:49:43 +0100 Subject: [PATCH] Reducing the amount to time --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58966a26c7..0ede7bd52a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ env: DOCKER_PACKAGE: ghcr.io/ansys/mapdl DOCKER_IMAGE_VERSION_DOCS_BUILD: v23.1.0 ON_CI: True - PYTEST_ARGUMENTS: '-vv --durations=10 --maxfail=10 --reruns 7 --reruns-delay 5 --cov=ansys.mapdl.core --cov-report=html' + PYTEST_ARGUMENTS: '-vv --durations=10 --maxfail=1 --reruns 7 --reruns-delay 5 --cov=ansys.mapdl.core --cov-report=html' # Following env vars when changed will "reset" the mentioned cache, # by changing the cache file name. It is rendered as ...-v%RESET_XXX%-...