Skip to content

Commit 63120a3

Browse files
Fix tests
Signed-off-by: Lukasz Gryglicki <[email protected]>
1 parent c4afa4d commit 63120a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ make test || exit 12
1414
GHA2DB_PROJECT=kubernetes GHA2DB_LOCAL=1 PG_PASS=pwd ./dbtest.sh || exit 13
1515
cd /go/src/github.com/cncf/devstatscode || exit 14
1616
make check || exit 15
17-
PG_PORT=5433 PG_PASS=pwd make test || exit 16
17+
PG_PASS=pwd make test || exit 16

0 commit comments

Comments
 (0)