Skip to content

Migrate testing workflows to reusable workflows. #569

Migrate testing workflows to reusable workflows.

Migrate testing workflows to reusable workflows. #569

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
name: Module Host
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
pull_request:
branches:
- main
- devel
paths:
- 'plugins/modules/host.py'
push:
paths:
- '.github/workflows/ans-int-test-host.yaml'
- 'plugins/modules/host.py'
- 'plugins/module_utils/**'
- 'tests/integration/files/includes/**'
- 'tests/integration/targets/host/**'
jobs:
integration:
name: "Integration Test"
uses: ./.github/workflows/_template-ans-int-test.yaml
with:
module: host