Skip to content

Commit 90e9d53

Browse files
committed
Revert "Improving CICD tests stability (#1481)"
This reverts commit 4932798.
1 parent f6f7409 commit 90e9d53

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -342,17 +342,10 @@ jobs:
342342
LICENSE_SERVER: ${{ secrets.LICENSE_SERVER }}
343343
MAPDL_IMAGE: ${{ env.DOCKER_PACKAGE }}:${{ matrix.mapdl-version }}
344344

345-
- name: Unit Testing Requirements Installation
346-
run: |
347-
pip install -r requirements/requirements_tests.txt
348-
349-
- name: DPF Server Activation
350-
run: |
351-
docker run -d -v `pwd`:/dpf -p ${{ env.DPF_PORT }}:50054 ghcr.io/pyansys/dpf-core/dpf:v2021.1
352-
353345
- name: Unit Testing
354346
run: |
355-
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
347+
pip install -r requirements/requirements_tests.txt
348+
xvfb-run pytest -v --durations=0 --cov=ansys.mapdl.core --cov-report=xml --cov-report=html
356349
357350
- uses: codecov/codecov-action@v3
358351
if: matrix.mapdl-version == 'v21.2.1'

requirements/requirements_tests.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,3 @@ pytest-cov==3.0.0
77
pyvista==0.36.1
88
pyansys-tools-report==0.3.2
99
vtk==9.0.3
10-
pytest-rerunfailures==10.2
11-
ansys-dpf-core==0.6.0

0 commit comments

Comments
 (0)