diff --git a/.github/workflows/ee.yml b/.github/workflows/ee.yml index ce5bc915..25600dcb 100644 --- a/.github/workflows/ee.yml +++ b/.github/workflows/ee.yml @@ -109,5 +109,6 @@ jobs: --pull-policy never --set-environment-variable ANSIBLE_PRIVATE_ROLE_VARS=true --execution-environment-image test-ee:latest + -v all.yml working-directory: ansible_collections/${{ env.NAMESPACE }}/${{ env.COLLECTION_NAME }}/tests/ee diff --git a/tests/ee/all.yml b/tests/ee/all.yml index 1a937d4c..7593912a 100644 --- a/tests/ee/all.yml +++ b/tests/ee/all.yml @@ -3,7 +3,7 @@ - name: Find all roles find: paths: - - "{{ playbook_dir ~ '/roles/' }}" + - "{{ (playbook_dir | default('.')) ~ '/roles' }}" file_type: directory depth: 1 register: result