Skip to content

Commit

Permalink
add problem int tests to workflow (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
tupyy authored Oct 22, 2024
1 parent 395848c commit d781b0e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/integration_source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,15 @@ jobs:
- name: Run itsm_service_catalog integration tests
run: ansible-test integration itsm_service_catalog
working-directory: ${{ steps.identify.outputs.collection_path }}

- name: Run problem integration tests
run: ansible-test integration problem
working-directory: ${{ steps.identify.outputs.collection_path }}

- name: Run problem_task integration tests
run: ansible-test integration problem_task
working-directory: ${{ steps.identify.outputs.collection_path }}

- name: Run problem_with_mapping integration tests
run: ansible-test integration problem_with_mapping
working-directory: ${{ steps.identify.outputs.collection_path }}

0 comments on commit d781b0e

Please sign in to comment.