We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e8a012 commit bc68ddbCopy full SHA for bc68ddb
.github/workflows/ci.yml
@@ -354,7 +354,7 @@ jobs:
354
355
- name: Unit Testing
356
run: |
357
- xvfb-run pytest -v --durations=10 --maxfail=10 --cov=ansys.mapdl.core --cov-report=xml --cov-report=html
+ xvfb-run pytest -v --durations=10 --maxfail=10 --reruns 7 --reruns-delay 3 --only-rerun MapdlExitedError --cov=ansys.mapdl.core --cov-report=xml --cov-report=html
358
359
- uses: codecov/codecov-action@v3
360
if: matrix.mapdl-version == 'v21.2.1'
requirements/requirements_tests.txt
@@ -7,4 +7,5 @@ pytest-cov==3.0.0
7
pyvista==0.36.1
8
pyansys-tools-report==0.3.2
9
vtk==9.0.3
10
-ansys-dpf-core==0.6.0
+pytest-rerunfailures==10.2
11
+ansys-dpf-core==0.6.0
0 commit comments