diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index dd45579..a7a7dd1 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -31,4 +31,5 @@ jobs: - name: Run test run: | direnv allow . + direnv exec . ansible-galaxy collection install -r requirements.yml direnv exec . make test-platform-amd64