Skip to content

Commit

Permalink
Install mariadb client in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelWei committed Dec 18, 2024
1 parent 71920c8 commit 4e42e99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ jobs:
while ! pg_isready -h"127.0.0.1" -p"$PORT" > /dev/null 2> /dev/null; do
sleep 1
done
- name: Install pipe viewer tool
- name: Install packages
run: |
sudo apt-get update
sudo apt-get install pv
sudo apt-get install pv mariadb-client
- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php
with:
Expand Down

0 comments on commit 4e42e99

Please sign in to comment.