diff --git a/.github/workflows/gcloud.yml b/.github/workflows/gcloud.yml index 20e800a..3a13863 100644 --- a/.github/workflows/gcloud.yml +++ b/.github/workflows/gcloud.yml @@ -50,6 +50,7 @@ jobs: pip install molecule-plugins[docker] yamllint ansible ansible-lint docker - name: Run role test + working-directory: ansible_collections/google/cloud run: >- molecule --version && ansible --version && diff --git a/.github/workflows/gcsfuse.yml b/.github/workflows/gcsfuse.yml index d431abc..30ac726 100644 --- a/.github/workflows/gcsfuse.yml +++ b/.github/workflows/gcsfuse.yml @@ -45,6 +45,7 @@ jobs: pip install molecule-plugins[docker] yamllint ansible ansible-lint docker - name: Run role test + working-directory: ansible_collections/google/cloud run: >- molecule --version && ansible --version &&