Skip to content

Commit

Permalink
Add smoke/integration tests for change detection
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored and webknjaz committed Dec 3, 2022
1 parent b89e4e4 commit 5257e71
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
- ''
pre-test-cmd:
- ''
pull-request-change-detection:
- ''
target:
- ''
target-python-version:
Expand Down Expand Up @@ -68,8 +70,10 @@ jobs:
testing-type: units
- ansible-core-version: stable-2.13
collection-root: .internal/ansible/ansible_collections/internal/test
collection-src-directory: ./.tmp-action-checkout
# NOTE: A missing `collection-src-directory` input causes
# NOTE: fetching the repo from GitHub.
origin-python-version: '3.9'
pull-request-change-detection: 'true'
testing-type: integration
- ansible-core-version: stable-2.13
collection-root: .internal/ansible/ansible_collections/internal/test
Expand Down Expand Up @@ -111,6 +115,8 @@ jobs:
git-checkout-ref: ${{ matrix.git-checkout-ref }}
origin-python-version: ${{ matrix.origin-python-version }}
pre-test-cmd: ${{ matrix.pre-test-cmd }}
pull-request-change-detection: >-
${{ matrix.pull-request-change-detection || 'false' }}
target: ${{ matrix.target }}
target-python-version: ${{ matrix.target-python-version }}
testing-type: ${{ matrix.testing-type }}
Expand Down

0 comments on commit 5257e71

Please sign in to comment.