Update pipeline

This commit is contained in:
Kishan Takoordyal 2025-08-11 21:45:50 +04:00
parent a871ef846e
commit 303fd5214b
Signed by: root
GPG Key ID: 938988C2E73F190F

View File

@ -1,5 +1,5 @@
name: Run tests and ansible-playbook name: Run ansible-lint
run-name: Run tests and ansible-playbook run-name: Run ansible-lint
on: on:
push: push:
@ -27,7 +27,7 @@ jobs:
- name: Install pip, venv and git - name: Install pip, venv and git
run: | run: |
apt update -qy apt update -qy
apt install -y python3-pip python3.10-venv git apt install -y python3-pip python3.12-venv git
- name: Configure safe directory - name: Configure safe directory
run: git config --global --add safe.directory '*' run: git config --global --add safe.directory '*'
- name: Run setup_venv.sh - name: Run setup_venv.sh