Skip to content

Commit be7f23e

Browse files
committed
add integration test to workflow
1 parent 1c857fe commit be7f23e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/podman_system_info.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- 'ci/run_containers_tests.sh'
99
- 'ci/playbooks/containers/podman_system_info.yml'
1010
- 'plugins/modules/podman_system_info.py'
11+
- 'tests/integration/targets/podman_system_info/**'
1112
branches:
1213
- main
1314
pull_request:
@@ -17,6 +18,7 @@ on:
1718
- 'ci/run_containers_tests.sh'
1819
- 'ci/playbooks/containers/podman_system_info.yml'
1920
- 'plugins/modules/podman_system_info.py'
21+
- 'tests/integration/targets/podman_system_info/**'
2022
schedule:
2123
- cron: 4 0 * * * # Run daily at 0:03 UTC
2224

0 commit comments

Comments
 (0)