@@ -133,7 +133,6 @@ jobs:
133
133
working-directory : test_launcher
134
134
run : |
135
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 .
136
- if : always()
137
136
138
137
- name : " Kill all servers"
139
138
uses :
pyansys/pydpf-actions/[email protected]
@@ -155,7 +154,6 @@ jobs:
155
154
working-directory : test_local_server
156
155
run : |
157
156
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 .
158
- if : always()
159
157
160
158
- name : " Kill all servers"
161
159
uses :
pyansys/pydpf-actions/[email protected]
@@ -166,7 +164,6 @@ jobs:
166
164
working-directory : test_multi_server
167
165
run : |
168
166
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 .
169
- if : always()
170
167
171
168
- name : " Kill all servers"
172
169
uses :
pyansys/pydpf-actions/[email protected]
@@ -177,7 +174,6 @@ jobs:
177
174
working-directory : test_remote_workflow
178
175
run : |
179
176
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 .
180
- if : always()
181
177
182
178
- name : " Kill all servers"
183
179
uses :
pyansys/pydpf-actions/[email protected]
@@ -188,7 +184,6 @@ jobs:
188
184
working-directory : test_remote_operator
189
185
run : |
190
186
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 .
191
- if : always()
192
187
193
188
- name : " Kill all servers"
194
189
uses :
pyansys/pydpf-actions/[email protected]
@@ -210,7 +205,6 @@ jobs:
210
205
working-directory : test_service
211
206
run : |
212
207
pytest $DEBUG --cov=ansys.dpf.core --cov-report=xml --cov-report=html --cov-append --log-level=ERROR --junitxml=../tests/junit/test-results9.xml --reruns 3 .
213
- if : always()
214
208
215
209
- name : " Kill all servers"
216
210
uses :
pyansys/pydpf-actions/[email protected]
0 commit comments