Skip to content

Commit

Permalink
Activate prebuilt_client tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto committed Apr 15, 2024
1 parent adffb73 commit 3273905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
matrix:
scenario:
- default
- prebuilt_client
from-image:
- centos:7
- rockylinux:8
Expand Down
2 changes: 1 addition & 1 deletion molecule/_common/_inc_pre_tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
when: ansible_os_family == "RedHat" and ansible_distribution_major_version is version("8", ">=")
- name: Install dependencies (apt)
apt:
name: [sudo, git, make, python3-venv, python3-setuptools]
name: [sudo, git, make, python3-venv, python3-setuptools, python3-dev, python3-psycopg2, python3-virtualenv, gcc, acl]
when: ansible_os_family == "Debian"

# This is to cheat at idempotence, which will fail if a commit is merged between converge and idempotence.
Expand Down

0 comments on commit 3273905

Please sign in to comment.