Skip to content

Commit d781b0e

Browse files
authored
add problem int tests to workflow (#381)
1 parent 395848c commit d781b0e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/integration_source.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,3 +194,15 @@ jobs:
194194
- name: Run itsm_service_catalog integration tests
195195
run: ansible-test integration itsm_service_catalog
196196
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 }}

0 commit comments

Comments
 (0)