File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -194,3 +194,15 @@ jobs:
194
194
- name : Run itsm_service_catalog integration tests
195
195
run : ansible-test integration itsm_service_catalog
196
196
working-directory : ${{ steps.identify.outputs.collection_path }}
197
+
198
+ - name : Run problem integration tests
199
+ run : ansible-test integration problem
200
+ working-directory : ${{ steps.identify.outputs.collection_path }}
201
+
202
+ - name : Run problem_task integration tests
203
+ run : ansible-test integration problem_task
204
+ working-directory : ${{ steps.identify.outputs.collection_path }}
205
+
206
+ - name : Run problem_with_mapping integration tests
207
+ run : ansible-test integration problem_with_mapping
208
+ working-directory : ${{ steps.identify.outputs.collection_path }}
You can’t perform that action at this time.
0 commit comments