From f4a3fb909397dcb43500703ace40e72f138756ee Mon Sep 17 00:00:00 2001 From: Andrey Gubarev Date: Fri, 10 May 2024 13:43:35 +0400 Subject: [PATCH] added ansible-galaxy collection install step to github actions workflow --- .github/workflows/ansible-test.yml | 1 + 1 file changed, 1 insertion(+) 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