Skip to content

Commit

Permalink
CI: Fix release workflow (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys authored Nov 22, 2024
1 parent faf9064 commit 6ac5005
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ jobs:
timeout_minutes: 40
command: |
.venv\Scripts\Activate.ps1
pytest --durations=50 -v external/external/pyaedt/tests/system/solvers
pytest --durations=50 -v external/pyaedt/tests/system/solvers
# =================================================================================================
# vvvvvvvvvvvvvvvvvvvvvvvvvvvvvv RUNNING ON SELF-HOSTED RUNNER vvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
Expand Down Expand Up @@ -350,7 +350,7 @@ jobs:
command: |
export LD_LIBRARY_PATH=${{ env.ANSYSEM_ROOT242 }}/common/mono/Linux64/lib64:${{ env.ANSYSEM_ROOT242 }}/Delcross:$LD_LIBRARY_PATH
. .venv/bin/activate
pytest -n auto --dist loadfile --durations=50 -v external/pyaedt/_unittest
pytest -n auto --dist loadfile --durations=50 -v external/pyaedt/tests/system/general/
- name: Run PyAEDT solvers tests
uses: nick-fields/retry@v3
Expand All @@ -363,7 +363,7 @@ jobs:
command: |
export LD_LIBRARY_PATH=${{ env.ANSYSEM_ROOT242 }}/common/mono/Linux64/lib64:${{ env.ANSYSEM_ROOT242 }}/Delcross:$LD_LIBRARY_PATH
. .venv/bin/activate
pytest --durations=50 -v external/pyaedt/_unittest_solvers
pytest --durations=50 -v external/pyaedt/tests/system/solvers
# =================================================================================================
# vvvvvvvvvvvvvvvvvvvvvvvvvvvvvv RUNNING ON SELF-HOSTED RUNNER vvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
Expand Down

0 comments on commit 6ac5005

Please sign in to comment.