You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ env:
15
15
PYMAPDL_START_INSTANCE: FALSE
16
16
PYANSYS_OFF_SCREEN: True
17
17
DPF_START_SERVER: False
18
-
DPF_PORT: 50054
18
+
DPF_PORT: 21002
19
19
DOCKER_PACKAGE: ghcr.io/pyansys/pymapdl/mapdl
20
20
DOCKER_IMAGE_VERSION_DOCS_BUILD: v22.2.0
21
21
# Following env vars when changed will "reset" the mentioned cache,
@@ -350,7 +350,7 @@ jobs:
350
350
351
351
- name: DPF Server Activation
352
352
run: |
353
-
docker run -it --rm -v `pwd`:/dpf -p 50054:50054 ghcr.io/pyansys/dpf-core/dpf:v2021.1
353
+
docker run -it --rm -v `pwd`:/dpf -p ${{ env.DPF_PORT }}:50054 ghcr.io/pyansys/dpf-core/dpf:v2021.1 > dpf_log.log && echo "DPF Server Started at port ${{ env.DPF_PORT }} "
0 commit comments