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 5964882 commit 1614956
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/test_pyaedt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,28 +73,28 @@ jobs:
- name: "Move some tests"
run: |
New-Item -ItemType Directory -Name src/pyaedt/excluded_tests
Move-Item -Path "test_00_Advanced_EDB.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_01_3dlayout_edb.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_01_configuration_files.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_01_Design.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_01_downloads.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_01_general_methods.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_01_GeometryOperators.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_01_pdf.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_01_report_file_parser.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_01_toolkit_icons.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_02_2D_modeler.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_02_3D_modeler.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_03_Materials.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_04_SBR.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_05_Mesh.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_06_MessageManager.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_07_Object3D.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_08_Primitives3D.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_09_Primitives2D.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_09_VariableManager.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_11_Setup.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_12_1_PostProcessing.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "src\pyaedt\_unittest\test_00_Advanced_EDB.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "src\pyaedt\_unittest\test_01_3dlayout_edb.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "src\pyaedt\_unittest\test_01_configuration_files.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "src\pyaedt\_unittest\test_01_Design.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "src\pyaedt\_unittest\test_01_downloads.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "src\pyaedt\_unittest\test_01_general_methods.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "src\pyaedt\_unittest\test_01_GeometryOperators.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "src\pyaedt\_unittest\test_01_pdf.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "src\pyaedt\_unittest\test_01_report_file_parser.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "src\pyaedt\_unittest\test_01_toolkit_icons.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "src\pyaedt\_unittest\test_02_2D_modeler.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "src\pyaedt\_unittest\test_02_3D_modeler.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "src\pyaedt\_unittest\test_03_Materials.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "src\pyaedt\_unittest\test_04_SBR.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "src\pyaedt\_unittest\test_05_Mesh.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "src\pyaedt\_unittest\test_06_MessageManager.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "src\pyaedt\_unittest\test_07_Object3D.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "src\pyaedt\_unittest\test_08_Primitives3D.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "src\pyaedt\_unittest\test_09_Primitives2D.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "src\pyaedt\_unittest\test_09_VariableManager.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "src\pyaedt\_unittest\test_11_Setup.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "src\pyaedt\_unittest\test_12_1_PostProcessing.py" -Destination src\pyaedt\excluded_tests\
Get-ChildItem -Path "src\pyaedt\_unittest"
- name: 'Pyaedt tests'
Expand Down

0 comments on commit 1614956

Please sign in to comment.