Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vmercierfr committed Apr 15, 2024
1 parent ba73ab5 commit 902857e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ jobs:
e2e:
name: e2e
runs-on: ubuntu-latest
container: ubuntu:latest
env:
BATS_LIB_PATH: "${{ github.workspace }}/test/bats/lib/"
PGHOST: postgres
PGHOST: localhost
PGUSER: postgres
PGPASSWORD: hackme
PGDATABASE: unittest
Expand Down
2 changes: 1 addition & 1 deletion scripts/bats/configuration/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ debug: true

log-format: text

connection-url: postgres://postgres:hackme@postgres/unittest
connection-url: postgres://postgres:hackme@localhost/unittest
2 changes: 1 addition & 1 deletion scripts/bats/configuration/valid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ debug: true

log-format: text

connection-url: postgres://postgres:hackme@postgres/unittest
connection-url: postgres://postgres:hackme@localhost/unittest

partitions:
by_date:
Expand Down

0 comments on commit 902857e

Please sign in to comment.