Skip to content

Commit

Permalink
Add missing part.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jan 8, 2025
1 parent f0cfccf commit dda2ca7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ jobs:
- ''
target:
- gha/install/
test-deps:
- ''
pre-test-cmd:
- ''
github_latest_detection:
Expand Down Expand Up @@ -286,5 +288,6 @@ jobs:
echo 'github_latest_detection: ${{ matrix.github_latest_detection || 'auto' }}' >> tests/integration/integration_config.yml
${{ matrix.pre-test-cmd || 'echo' }}
testing-type: integration
test-deps: ${{ matrix.test-deps }}
target-python-version: ${{ matrix.python_version }}
target: ${{ matrix.target }}

0 comments on commit dda2ca7

Please sign in to comment.