Skip to content

Commit

Permalink
Install MariaDB client on coverage container
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Nov 29, 2022
1 parent 3938fe1 commit 86b28aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/perltest.yml
Expand Up @@ -83,6 +83,8 @@ jobs:
container: davorg/perl-coveralls:latest
name: Test coverage
steps:
- name: Install MariaDB client
run: apt update && sudo apt install -y mariadb-client
- uses: actions/checkout@v3
- name: Setup database
run: mysql -u root -psekrit -h 127.0.0.1 -P"$SUCC_DB_PORT" -D $SUCC_DB_NAME < data/succession_dump.sql
Expand Down

0 comments on commit 86b28aa

Please sign in to comment.