mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-04 18:00:26 -07:00
Add some debugging statements
This commit is contained in:
parent
6a078d2ddb
commit
811901f82c
1 changed files with 5 additions and 1 deletions
6
.github/workflows/ansible-test.yml
vendored
6
.github/workflows/ansible-test.yml
vendored
|
@ -36,8 +36,12 @@ jobs:
|
|||
run: ansible-test sanity -v --color --skip validate-modules
|
||||
- name: Install ansible-lint
|
||||
run: pip install ansible-lint==24.7.0
|
||||
- name: Debug the ansible-lint path
|
||||
run: |
|
||||
pwd
|
||||
ls -al
|
||||
- name: Run ansible-lint
|
||||
run: ansible-lint -c ${GITHUB_WORKSPACE}/ansible_collections/google/cloud/.ansible-lint
|
||||
run: ansible-lint --show-relpath --exclude ./roles/google-cloud-ops-agents-ansible/
|
||||
unit:
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
|
|
Loading…
Add table
Reference in a new issue