generated from ansys/template
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mohamed Koubaa
committed
Nov 13, 2024
1 parent
11661b7
commit d092e9f
Showing
1 changed file
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | | ||
|