Skip to content

Commit 89e1d72

Browse files
committed
Fix workflow integration test
1 parent 8330250 commit 89e1d72

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Initialize database schema
5959
run: |
60-
go run indexer/main.go setup create-db --db-user postgres --db-name postgres
60+
go run indexer/indexer.go setup create-db --db-user postgres --db-name postgres
6161
env:
6262
DB_HOST: localhost
6363
DB_PORT: 5432
@@ -131,7 +131,7 @@ jobs:
131131

132132
- name: Initialize database schema
133133
run: |
134-
go run indexer/main.go setup create-db --db-user postgres --db-name postgres
134+
go run indexer/indexer.go setup create-db --db-user postgres --db-name postgres
135135
env:
136136
DB_HOST: localhost
137137
DB_PORT: 5432
@@ -205,7 +205,7 @@ jobs:
205205

206206
- name: Initialize database schema
207207
run: |
208-
go run indexer/main.go setup create-db
208+
go run indexer/indexer.go setup create-db
209209
env:
210210
DB_HOST: localhost
211211
DB_PORT: 5432

0 commit comments

Comments
 (0)