Skip to content

Commit 6c88d8a

Browse files
committed
skip broken mariadb on RL8
1 parent 7b1fe07 commit 6c88d8a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ jobs:
6060
- test12
6161
- test13
6262
- test14
63-
exclude: []
63+
exclude:
64+
# mariadb package provides /usr/bin/mysql on RL8 which doesn't work with geerlingguy/mysql role
65+
- scenario: test4
66+
image: 'rockylinux:8.9'
6467

6568
steps:
6669
- name: Check out the codebase.

0 commit comments

Comments
 (0)