Skip to content

Commit

Permalink
test access postgres:5432
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasfranck committed Aug 21, 2024
1 parent eb789e4 commit c426452
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
perl:
[
"5.38",
"5.36",
"5.34",
"5.32",
"5.30",
"5.22",
#"5.36",
#"5.34",
#"5.32",
#"5.30",
#"5.22",
]
name: Perl ${{ matrix.perl }}
services:
Expand Down Expand Up @@ -47,4 +47,6 @@ jobs:
export CATMANDU_DBI_TEST_PG_DSN="dbi:Pg:dbname=catmandu_dbi;host=postgres"
export CATMANDU_DBI_TEST_PG_USERNAME=catmandu_dbi
export CATMANDU_DBI_TEST_PG_PASSWORD=catmandu_dbi
echo "dns: $CATMANDU_DBI_TEST_PG_DSN"
curl -v "http://postgres:5432"
prove -lr t

0 comments on commit c426452

Please sign in to comment.