Skip to content

Commit

Permalink
add problem int tests to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tupyy committed Aug 6, 2024
1 parent 11189a5 commit f9ef4b8
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 @@ -184,3 +184,15 @@ jobs:
- name: Run service_catalog integration tests
run: ansible-test integration 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 f9ef4b8

Please sign in to comment.