aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-17 08:19:44 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-17 08:19:44 +0300
commit76c2e42d7d83fe2b0b74e74bc73a14f76c720bb5 (patch)
treef9f162cb80bc435c76da415eb0d796ff5a8cb126
parentadd requirements.yml (diff)
downloadmaintenance-76c2e42d7d83fe2b0b74e74bc73a14f76c720bb5.tar.gz
maintenance-76c2e42d7d83fe2b0b74e74bc73a14f76c720bb5.zip
workflows/ci: install newer collections
-rw-r--r--.github/workflows/run.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml
index 9cedd14..afc8f14 100644
--- a/.github/workflows/run.yml
+++ b/.github/workflows/run.yml
@@ -28,5 +28,7 @@ jobs:
uses: webfactory/ssh-agent@v0.5.3
with:
ssh-private-key: '${{ secrets.SSH_KEY }}'
+ - name: Install collections
+ run: make deps
- name: Run Ansible play
run: make run limit='${{ github.event.inputs.hosts }}'