diff --git a/.github/workflows/molecule-template.yml b/.github/workflows/molecule-template.yml index a6d434a61..1cde8901b 100644 --- a/.github/workflows/molecule-template.yml +++ b/.github/workflows/molecule-template.yml @@ -8,7 +8,8 @@ jobs: fail-fast: false env: PYTHON_VERSION: "3.11" - + runs: + using: "composite" steps: - name: Check out the codebase uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # v3 2.5.0 diff --git a/.github/workflows/test-default.yml b/.github/workflows/test-default.yml index 286119277..29a9e9d86 100644 --- a/.github/workflows/test-default.yml +++ b/.github/workflows/test-default.yml @@ -5,7 +5,7 @@ on: jobs: steps: - name: Default - uses: .github/workflows/molecule-template.yml + uses: ./.github/workflows/molecule-template.yml molecule: strategy: matrix: diff --git a/.github/workflows/test-ipv6.yml b/.github/workflows/test-ipv6.yml index b35b359a6..f4061feb7 100644 --- a/.github/workflows/test-ipv6.yml +++ b/.github/workflows/test-ipv6.yml @@ -5,7 +5,7 @@ on: jobs: steps: - name: IPv6 - uses: .github/workflows/molecule-template.yml + uses: ./.github/workflows/molecule-template.yml molecule: strategy: matrix: diff --git a/.github/workflows/test-single-node.yml b/.github/workflows/test-single-node.yml index 1f59e7503..a9c3e867a 100644 --- a/.github/workflows/test-single-node.yml +++ b/.github/workflows/test-single-node.yml @@ -5,7 +5,7 @@ on: jobs: steps: - name: Single Node - uses: .github/workflows/molecule-template.yml + uses: ./.github/workflows/molecule-template.yml molecule: strategy: matrix: