Skip to content

Commit

Permalink
fix-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vmercierfr committed Apr 15, 2024
1 parent 976925d commit 41251b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
runs-on: ubuntu-latest
env:
BATS_LIB_PATH: "${{ github.workspace }}/test/bats/lib/"
PGHOST: postgresql
PGUSER: postgres
PGPASSWORD: hackme
PGDATABASE: unittest
services:
postgresql:
image: postgres:16
Expand Down

0 comments on commit 41251b0

Please sign in to comment.