Skip to content

Commit

Permalink
use dpf server action
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Koubaa committed Nov 13, 2024
1 parent 11661b7 commit d092e9f
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,21 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: "Install and run DPF server"
- name: Set Licensing
shell: bash
run: |
docker pull ghcr.io/ansys/dpf-core:22.2dev
docker run -d --name dpfserver -p 50054:50052 ghcr.io/ansys/dpf-core:22.2dev && echo "DPF Server active on port 50054."
echo "ANSYS_DPF_ACCEPT_LA=Y" >> $GITHUB_ENV
- name: Install DPF
uses: ansys/pydpf-actions/[email protected]
with:
dpf-standalone-TOKEN: ${{secrets.PYANSYS_CI_BOT_TOKEN}}
ANSYS_VERSION : "242"

#- name: "Install and run DPF server"
# run: |
# docker pull ghcr.io/ansys/dpf-core:22.2dev
# docker run -d --name dpfserver -p 50054:50052 ghcr.io/ansys/dpf-core:22.2dev && echo "DPF Server active on port 50054."

- name: LS-DYNA Keyword server activation
run: |
Expand Down

0 comments on commit d092e9f

Please sign in to comment.