File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ jobs:
378
378
fi
379
379
tests/test.sh
380
380
env :
381
- DATABASE_URL : postgres://${{ env.PGUSER }}:${{ env.PGUSER }}@${{ env.PGHOST }}:${{ job.services.postgres.ports[5432] }}/${{ env.PGDATABASE }}?sslmode=require
381
+ DATABASE_URL : postgres://${{ env.PGUSER }}:${{ env.PGUSER }}@${{ env.PGHOST }}:${{ env.PGPORT }}/${{ env.PGDATABASE }}?sslmode=require
382
382
- name : Compare test output results (Linux)
383
383
if : matrix.target == 'x86_64-unknown-linux-gnu'
384
384
run : diff --brief --recursive --new-file tests/output tests/expected
@@ -398,7 +398,7 @@ jobs:
398
398
export MBTILES_BIN=/usr/bin/mbtiles${{ matrix.ext }}
399
399
tests/test.sh
400
400
env :
401
- DATABASE_URL : postgres://${{ env.PGUSER }}:${{ env.PGUSER }}@${{ env.PGHOST }}:${{ job.services.postgres.ports[5432] }}/${{ env.PGDATABASE }}?sslmode=require
401
+ DATABASE_URL : postgres://${{ env.PGUSER }}:${{ env.PGUSER }}@${{ env.PGHOST }}:${{ env.PGPORT }}/${{ env.PGDATABASE }}?sslmode=require
402
402
- name : Save test output (on error)
403
403
if : failure()
404
404
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments