Skip to content

Commit a69df79

Browse files
author
Ariana Barzinpour
committed
update workflow
1 parent 25cec70 commit a69df79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
run: |
150150
echo "Launching test db"
151151
pgdata=$(pwd)/.dbdata
152-
initdb -D ${pgdata} --auth-host=md5 --encoding=UTF8
152+
/usr/lib/postgresql/16/bin/initdb -D ${pgdata} --auth-host=md5 --encoding=UTF8
153153
pg_ctl -D ${pgdata} -l "${pgdata}/pg.log" start
154154
createdb datacube
155155
datacube system init
@@ -232,7 +232,7 @@ jobs:
232232
run: |
233233
echo "Launching test db"
234234
pgdata=$(pwd)/.dbdata
235-
initdb -D ${pgdata} --auth-host=md5 --encoding=UTF8
235+
/usr/lib/postgresql/16/bin/initdb -D ${pgdata} --auth-host=md5 --encoding=UTF8
236236
pg_ctl -D ${pgdata} -l "${pgdata}/pg.log" start
237237
createdb datacube
238238
datacube system init

0 commit comments

Comments
 (0)