File tree Expand file tree Collapse file tree 2 files changed +1
-20
lines changed Expand file tree Collapse file tree 2 files changed +1
-20
lines changed Original file line number Diff line number Diff line change 14
14
PYMAPDL_DB_PORT : 21001 # default won't work on GitHub runners
15
15
PYMAPDL_START_INSTANCE : FALSE
16
16
PYANSYS_OFF_SCREEN : True
17
- DPF_START_SERVER : False
18
- DPF_PORT : 50054
19
17
DOCKER_PACKAGE : ghcr.io/pyansys/pymapdl/mapdl
20
18
DOCKER_IMAGE_VERSION_DOCS_BUILD : v22.2.0
21
19
# Following env vars when changed will "reset" the mentioned cache,
@@ -344,15 +342,9 @@ jobs:
344
342
LICENSE_SERVER : ${{ secrets.LICENSE_SERVER }}
345
343
MAPDL_IMAGE : ${{ env.DOCKER_PACKAGE }}:${{ matrix.mapdl-version }}
346
344
347
- - name : Unit Testing Requirements Installation
345
+ - name : Unit Testing
348
346
run : |
349
347
pip install -r requirements/requirements_tests.txt
350
-
351
- - name : DPF Server Activation
352
- run : |
353
- docker run -it --rm -v `pwd`:/dpf -p 50054:50054 ghcr.io/pyansys/dpf-core/dpf:v2021.1
354
-
355
- - name : Unit Testing
356
348
xvfb-run pytest -v --durations=0 --cov=ansys.mapdl.core --cov-report=xml --cov-report=html
357
349
358
350
- uses : codecov/codecov-action@v3
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments