From 0b9a1f2e49dee6452f1c96c8d50b3c4e20da82cf 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 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 &&