diff --git a/.github/workflows/gcloud.yml b/.github/workflows/gcloud.yml index 8385fe9f..0fac6813 100644 --- a/.github/workflows/gcloud.yml +++ b/.github/workflows/gcloud.yml @@ -51,6 +51,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 e91566a0..2d0dbc1b 100644 --- a/.github/workflows/gcsfuse.yml +++ b/.github/workflows/gcsfuse.yml @@ -46,6 +46,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 &&