Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Nov 21, 2023
1 parent 8a19201 commit 1cec004
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test_pyaedt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,16 @@ jobs:
for ($i=0; $i -lt 11; $i++) {
Move-Item -Path "src\pyaedt\_unittest\test_${i}_*" -Destination src\pyaedt\excluded_tests\
}
Get-ChildItem -Path "src\pyaedt\_unittest"
- name: 'Pyaedt tests'
uses: nick-fields/retry@v2
with:
max_attempts: 1
retry_on: error
timeout_minutes: 40
timeout_minutes: 80
command: |
.\.venv\Scripts\Activate.ps1
Set-Item -Path env:PYTHONMALLOC -Value "malloc"
pytest --durations=50 -v --cov=src/pyaedt --cov-report=xml --cov-report=html --junitxml=junit/test-results.xml -k "not test_create_pdf and not test_09_plot and not test_16_read_hdm and not test_01_Animate_plt and not test_14_Field_Ploton_cutplanedesignname and not test_14B_Field_Ploton_Vector and not test_15_export_plot" src/pyaedt/_unittest
pytest --durations=50 -v --cov=src/pyaedt --cov-report=xml --cov-report=html --junitxml=junit/test-results.xml -k "not test_create_pdf and not test_09_plot and not test_16_read_hdm and not test_01_Animate_plt and not test_14_Field_Ploton_cutplanedesignname and not test_14B_Field_Ploton_Vector and not test_15_export_plot and not test_09c_import_into_report" src/pyaedt/_unittest

0 comments on commit 1cec004

Please sign in to comment.