Skip to content

Commit 790be0b

Browse files
committed
Small fix to the integration test
1 parent a447ead commit 790be0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ jobs:
5555

5656
- name: Initialize database schema
5757
run: |
58-
go run indexer/main.go setup create-db
58+
go run indexer/main.go setup create-db --db-user postgres --db-name postgres
5959
env:
6060
DB_HOST: localhost
6161
DB_PORT: 5432
62-
DB_USER: postgres
62+
DB_USER: gnoland
6363
DB_PASSWORD: test_password_12345678
6464
DB_NAME: gnoland
6565

0 commit comments

Comments
 (0)