chore: cd to the repo root when running role tests

This commit is contained in:
Chris Hawk 2023-11-10 14:40:44 -08:00
parent d13c4d6b0f
commit 4b76e12c88
2 changed files with 2 additions and 0 deletions

View file

@ -50,6 +50,7 @@ jobs:
pip install molecule-plugins[docker] yamllint ansible ansible-lint docker pip install molecule-plugins[docker] yamllint ansible ansible-lint docker
- name: Run role test - name: Run role test
working-directory: ansible_collections/google/cloud
run: >- run: >-
molecule --version && molecule --version &&
ansible --version && ansible --version &&

View file

@ -45,6 +45,7 @@ jobs:
pip install molecule-plugins[docker] yamllint ansible ansible-lint docker pip install molecule-plugins[docker] yamllint ansible ansible-lint docker
- name: Run role test - name: Run role test
working-directory: ansible_collections/google/cloud
run: >- run: >-
molecule --version && molecule --version &&
ansible --version && ansible --version &&