Skip to content

Commit

Permalink
Try hard-coding the port
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Oct 4, 2022
1 parent b2d355f commit 1bb22bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/perltest.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
mariadb:
image: mariadb:latest
ports:
- 3306
- 13306:3306
env:
MYSQL_USER: succession
MYSQL_PASSWORD: strongpassword
Expand All @@ -30,7 +30,7 @@ jobs:
SUCC_DB_HOST: 127.0.0.1
SUCC_DB_NAME: succession
SUCC_DB_PASS: strongpassword
SUCC_DB_PORT: ${{ job.services.mariadb.ports[3306] }}
SUCC_DB_PORT: 13306
PERL5LIB: Succession/lib:$PERL5LIB
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 1bb22bd

Please sign in to comment.