mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
chore: cd to the repo root when running role tests
This commit is contained in:
parent
d13c4d6b0f
commit
4b76e12c88
2 changed files with 2 additions and 0 deletions
1
.github/workflows/gcloud.yml
vendored
1
.github/workflows/gcloud.yml
vendored
|
@ -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 &&
|
||||
|
|
1
.github/workflows/gcsfuse.yml
vendored
1
.github/workflows/gcsfuse.yml
vendored
|
@ -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 &&
|
||||
|
|
Loading…
Add table
Reference in a new issue