Skip to content

Commit 27e288d

Browse files
committed
Revert "Missing run"
This reverts commit 1828409.
1 parent 50ac735 commit 27e288d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,7 @@ jobs:
353353
docker run -it --rm -v `pwd`:/dpf -p 50054:50054 ghcr.io/pyansys/dpf-core/dpf:v2021.1
354354
355355
- name: Unit Testing
356-
run: |
357-
xvfb-run pytest -v --durations=10 --cov=ansys.mapdl.core --cov-report=xml --cov-report=html
356+
xvfb-run pytest -v --durations=0 --cov=ansys.mapdl.core --cov-report=xml --cov-report=html
358357

359358
- uses: codecov/codecov-action@v3
360359
if: matrix.mapdl-version == 'v21.2.1'

tests/test_dpf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Test the DPF implementation"""
1+
# Test the DPF implementation
22
from ansys.dpf import core as dpf_core
33

44

0 commit comments

Comments
 (0)