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