From 4b76e12c88c11aae59b0dbcbe07ac03862ec0eaf Mon Sep 17 00:00:00 2001 From: Chris Hawk Date: Fri, 10 Nov 2023 14:40:44 -0800 Subject: [PATCH] chore: cd to the repo root when running role tests --- .github/workflows/gcloud.yml | 1 + .github/workflows/gcsfuse.yml | 1 + 2 files changed, 2 insertions(+) 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 &&