Skip to content

Commit

Permalink
localhost:5432 works
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasfranck committed Aug 21, 2024
1 parent db65fbb commit e41622f
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 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 @@ -44,10 +44,7 @@ jobs:
- name: Run test
shell: bash
run: |
export CATMANDU_DBI_TEST_PG_DSN="dbi:Pg:dbname=catmandu_dbi;host=postgres"
export CATMANDU_DBI_TEST_PG_DSN="dbi:Pg:dbname=catmandu_dbi;host=localhost"
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://localhost:5432"
curl -v "http://postgres:5432"
prove -lr t

0 comments on commit e41622f

Please sign in to comment.