Skip to content

Commit 4a62f3a

Browse files
author
David ASSIGBI
committed
test: ci failing on gcc installation on random container
1 parent 790a389 commit 4a62f3a

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/molecule.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -57,27 +57,27 @@ jobs:
5757
postgresql_version:
5858
- 16
5959
config:
60-
# - name: rocky8
61-
# image: "rockylinux"
62-
# tag: "8.9"
60+
- name: rocky8
61+
image: "rockylinux"
62+
tag: "8.9"
6363
- name: rocky9
6464
image: "rockylinux/rockylinux"
6565
tag: "9.5"
66-
# - name: debian11
67-
# image: "debian"
68-
# tag: "11"
69-
# - name: debian12
70-
# image: "debian"
71-
# tag: "12"
72-
# - name: ubuntu20
73-
# image: "ubuntu"
74-
# tag: "20.04"
75-
# - name: ubuntu22
76-
# image: "ubuntu"
77-
# tag: "22.04"
78-
# - name: ubuntu24
79-
# image: "ubuntu"
80-
# tag: "24.04"
66+
- name: debian11
67+
image: "debian"
68+
tag: "11"
69+
- name: debian12
70+
image: "debian"
71+
tag: "12"
72+
- name: ubuntu20
73+
image: "ubuntu"
74+
tag: "20.04"
75+
- name: ubuntu22
76+
image: "ubuntu"
77+
tag: "22.04"
78+
- name: ubuntu24
79+
image: "ubuntu"
80+
tag: "24.04"
8181

8282
steps:
8383
- name: checkout

0 commit comments

Comments
 (0)