@@ -122,7 +122,7 @@ jobs:
122
122
shell : bash
123
123
working-directory : tests
124
124
run : |
125
- pytest $DEBUG --cov=ansys.dpf.${{env.MODULE}} --cov-report=xml --cov-report=html --log-level=ERROR --junitxml=junit/test-results.xml --reruns 2 .
125
+ pytest $DEBUG --cov=ansys.dpf.${{env.MODULE}} --cov-report=xml --cov-report=html --log-level=ERROR --junitxml=junit/test-results.xml .
126
126
127
127
- name : " Kill all servers"
128
128
uses :
pyansys/pydpf-actions/[email protected]
@@ -132,7 +132,7 @@ jobs:
132
132
shell : bash
133
133
working-directory : test_launcher
134
134
run : |
135
- pytest $DEBUG --cov=ansys.dpf.core --cov-report=xml --cov-report=html --cov-append --log-level=ERROR --junitxml=../tests/junit/test-results2.xml --reruns 2 .
135
+ pytest $DEBUG --cov=ansys.dpf.core --cov-report=xml --cov-report=html --cov-append --log-level=ERROR --junitxml=../tests/junit/test-results2.xml .
136
136
if : always()
137
137
138
138
- name : " Kill all servers"
@@ -143,7 +143,7 @@ jobs:
143
143
shell : bash
144
144
working-directory : test_server
145
145
run : |
146
- pytest $DEBUG --cov=ansys.dpf.core --cov-report=xml --cov-report=html --cov-append --log-level=ERROR --junitxml=../tests/junit/test-results4.xml --reruns 2 .
146
+ pytest $DEBUG --cov=ansys.dpf.core --cov-report=xml --cov-report=html --cov-append --log-level=ERROR --junitxml=../tests/junit/test-results4.xml .
147
147
if : always()
148
148
149
149
- name : " Kill all servers"
@@ -154,7 +154,7 @@ jobs:
154
154
shell : bash
155
155
working-directory : test_local_server
156
156
run : |
157
- pytest $DEBUG --cov=ansys.dpf.core --cov-report=xml --cov-report=html --cov-append --log-level=ERROR --junitxml=../tests/junit/test-results5.xml --reruns 2 .
157
+ pytest $DEBUG --cov=ansys.dpf.core --cov-report=xml --cov-report=html --cov-append --log-level=ERROR --junitxml=../tests/junit/test-results5.xml .
158
158
if : always()
159
159
160
160
- name : " Kill all servers"
@@ -165,7 +165,7 @@ jobs:
165
165
shell : bash
166
166
working-directory : test_multi_server
167
167
run : |
168
- pytest $DEBUG --cov=ansys.dpf.core --cov-report=xml --cov-report=html --cov-append --log-level=ERROR --junitxml=../tests/junit/test-results6.xml --reruns 2 .
168
+ pytest $DEBUG --cov=ansys.dpf.core --cov-report=xml --cov-report=html --cov-append --log-level=ERROR --junitxml=../tests/junit/test-results6.xml .
169
169
if : always()
170
170
171
171
- name : " Kill all servers"
@@ -176,7 +176,7 @@ jobs:
176
176
shell : bash
177
177
working-directory : test_remote_workflow
178
178
run : |
179
- pytest $DEBUG --cov=ansys.dpf.core --cov-report=xml --cov-report=html --cov-append --log-level=ERROR --junitxml=../tests/junit/test-results7.xml --reruns 2 .
179
+ pytest $DEBUG --cov=ansys.dpf.core --cov-report=xml --cov-report=html --cov-append --log-level=ERROR --junitxml=../tests/junit/test-results7.xml .
180
180
if : always()
181
181
182
182
- name : " Kill all servers"
@@ -187,7 +187,7 @@ jobs:
187
187
shell : bash
188
188
working-directory : test_remote_operator
189
189
run : |
190
- pytest $DEBUG --cov=ansys.dpf.core --cov-report=xml --cov-report=html --cov-append --log-level=ERROR --junitxml=../tests/junit/test-results8.xml --reruns 2 .
190
+ pytest $DEBUG --cov=ansys.dpf.core --cov-report=xml --cov-report=html --cov-append --log-level=ERROR --junitxml=../tests/junit/test-results8.xml .
191
191
if : always()
192
192
193
193
- name : " Kill all servers"
@@ -198,7 +198,7 @@ jobs:
198
198
shell : bash
199
199
working-directory : test_workflow
200
200
run : |
201
- pytest $DEBUG --cov=ansys.dpf.core --cov-report=xml --cov-report=html --cov-append --log-level=ERROR --junitxml=../tests/junit/test-results3.xml --reruns 3 .
201
+ pytest $DEBUG --cov=ansys.dpf.core --cov-report=xml --cov-report=html --cov-append --log-level=ERROR --junitxml=../tests/junit/test-results3.xml .
202
202
if : always()
203
203
204
204
- name : " Kill all servers"
0 commit comments