File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments