Skip to content

Commit 8b9b46e

Browse files
committed
add mariadb to pipeline
1 parent 00265b9 commit 8b9b46e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
sudo apt update
6565
sudo apt install postgresql-client-17
6666
67+
- name: install mariadb
68+
run: apt install mariadb-client
69+
6770

6871
- name: Test
6972
run: go test -v ./...

0 commit comments

Comments
 (0)