diff --git a/.github/workflows/reusable-molecule.yml b/.github/workflows/reusable-molecule.yml index 622343f..3ce3e4c 100644 --- a/.github/workflows/reusable-molecule.yml +++ b/.github/workflows/reusable-molecule.yml @@ -54,7 +54,7 @@ jobs: # set -e # yamllint . # ansible-lint - working-directory: "${{ github.repository }}/roles/${{ inputs.role-name }}" +# working-directory: "${{ github.repository }}/roles/${{ inputs.role-name }}" - name: Run molecule tests if: ${{ env.MOLECULE_IS_PRESENT }} run: molecule test --all