Skip to content

Commit

Permalink
Take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Oct 4, 2022
1 parent 3c5a799 commit d6a16cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/perltest.yml
Expand Up @@ -19,7 +19,6 @@ jobs:
SUCC_DB_HOST: 127.0.0.1
SUCC_DB_NAME: succession
SUCC_DB_PASS: strongpassword
SUCC_DB_PORT: ${{ job.services.mariadb.ports[3306] }}
PERL5LIB: Succession/lib:$PERL5LIB
runs-on: ${{ matrix.os }}
services:
Expand All @@ -39,6 +38,8 @@ jobs:
perl: [ 'latest' ]
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps:
env:
SUCC_DB_PORT: ${{ job.services.mariadb.ports[3306] }}
- name: Check out code
uses: actions/checkout@v2
- name: Set up perl
Expand Down

0 comments on commit d6a16cf

Please sign in to comment.