Skip to content

Commit

Permalink
build test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed May 22, 2024
1 parent ccec77c commit d5b7944
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
working-directory: ansible_collections/cloud/vmware_ops
env:
ANSIBLE_COLLECTIONS_PATH: "${{ github.workspace }}"
ANSIBLE_PYTHON_INTERPRETER: "${{ github.workspace }}/ansible_collections/cloud/vmware_ops/.venv/bin/python"
#ANSIBLE_PYTHON_INTERPRETER: "${{ github.workspace }}/ansible_collections/cloud/vmware_ops/.venv/bin/python"

Check failure on line 36 in .github/workflows/test.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

yaml[comments]

Missing starting space in comment
2 changes: 0 additions & 2 deletions tests/integration/targets/cluster_settings_test/run.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
- hosts: localhost
gather_facts: no
# vars:
# ansible_python_interpreter: "/home/runner/work/cloud.vmware_ops/cloud.vmware_ops/ansible_collections/cloud/vmware_ops/.venv/bin/python3"
collections:
- community.general

Expand Down

0 comments on commit d5b7944

Please sign in to comment.