Skip to content

Commit

Permalink
del postgres port
Browse files Browse the repository at this point in the history
  • Loading branch information
Chystik committed Oct 26, 2023
1 parent d927738 commit 65d42fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gophermart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
-gophermart-binary-path=cmd/gophermart/gophermart \
-gophermart-host=localhost \
-gophermart-port=8080 \
-gophermart-database-uri="postgresql://postgres:postgres@postgres:5432/praktikum?sslmode=disable" \
-gophermart-database-uri="postgresql://postgres:postgres@postgres/praktikum?sslmode=disable" \
-accrual-binary-path=cmd/accrual/accrual_linux_amd64 \
-accrual-host=localhost \
-accrual-port=$(random unused-port) \
-accrual-database-uri="postgresql://postgres:postgres@postgres:5432/praktikum?sslmode=disable"
-accrual-database-uri="postgresql://postgres:postgres@postgres/praktikum?sslmode=disable"

0 comments on commit 65d42fa

Please sign in to comment.