Skip to content

Commit

Permalink
Run operator tests
Browse files Browse the repository at this point in the history
Signed-off-by: paul.profizi <paul.profizi@ansys.com>
  • Loading branch information
PProfizi committed Sep 16, 2024
1 parent a314cd0 commit 73dffd5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,18 @@ jobs:
command: |
pytest $DEBUG $COVERAGE $RERUNS --junitxml=tests/junit/test-results9.xml test_service/.
- name: "Test Operators"
uses: nick-fields/retry@v2
with:
timeout_minutes: 3
max_attempts: 2
shell: bash
command: |
pytest $DEBUG $COVERAGE $RERUNS --junitxml=../tests/junit/test-results12.xml operators/.
- name: "Kill all servers"
uses: ansys/pydpf-actions/kill-dpf-servers@v2.3

# - name: "Test API Entry"
# shell: bash
# working-directory: tests
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,18 @@ jobs:
- name: "Kill all servers"
uses: ansys/pydpf-actions/kill-dpf-servers@v2.3

- name: "Test Operators"
uses: nick-fields/retry@v2
with:
timeout_minutes: 2
max_attempts: 2
shell: bash
command: |
pytest $DEBUG $COVERAGE $RERUNS --junitxml=../tests/junit/test-results12.xml operators/.
- name: "Kill all servers"
uses: ansys/pydpf-actions/kill-dpf-servers@v2.3

- name: "Upload Test Results"
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 73dffd5

Please sign in to comment.