Skip to content

Commit

Permalink
build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed May 20, 2024
1 parent e9f8117 commit 4f532fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
make integration
working-directory: ansible_collections/cloud/vmware_ops
env:
ANSIBLE_COLLECTIONS_PATH: '{{ ANSIBLE_HOME ~ "/collections:/home/runner/work/cloud.vmware_ops/cloud.vmware_ops" }}'
ANSIBLE_COLLECTIONS_PATH: "$ANSIBLE_HOME ~ "/collections:/home/runner/work/cloud.vmware_ops/cloud.vmware_ops" }}'
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install-ansible-collections:

.PHONY: integration
integration: install-python-packages install-ansible-collections
ansible-test integration --no-temp-workdir
ansible-config dump | grep COLLECTIONS && ansible-test integration --no-temp-workdir

.PHONY: ee-clean
ee-clean:
Expand Down

0 comments on commit 4f532fe

Please sign in to comment.