Skip to content

Commit feed8e0

Browse files
committed
Fixing TTY error
1 parent 1828409 commit feed8e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
PYMAPDL_START_INSTANCE: FALSE
1616
PYANSYS_OFF_SCREEN: True
1717
DPF_START_SERVER: False
18-
DPF_PORT: 50054
18+
DPF_PORT: 21002
1919
DOCKER_PACKAGE: ghcr.io/pyansys/pymapdl/mapdl
2020
DOCKER_IMAGE_VERSION_DOCS_BUILD: v22.2.0
2121
# Following env vars when changed will "reset" the mentioned cache,
@@ -350,7 +350,7 @@ jobs:
350350
351351
- name: DPF Server Activation
352352
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 }} "
354354
355355
- name: Unit Testing
356356
run: |

0 commit comments

Comments
 (0)