File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,14 +14,13 @@ jobs:
1414 - uses : actions/checkout@v4
1515 - uses : ikalnytskyi/action-setup-postgres@v7
1616 - name : Install postgres
17- run : |
18- psql postgresql://postgres:postgres@localhost:5432/postgres -f ./scripts/postgres/roles.sql
19- psql postgresql://postgres:postgres@localhost:5432/postgres -c "\dg"
20- psql postgresql://postgres:postgres@localhost:5432/postgres -c "SELECT 1"
21- psql service=postgres -c "SELECT 1"
22- psql -c "SELECT 1"
2317 env :
18+ PGSQL_SQLOK_PASSWORD : ${{ secrets.PGSQL_SQLOK_PASSWORD }}
2419 PGSERVICE : postgres
20+ run : |
21+ psql postgresql://postgres:postgres@localhost:5432/postgres -f ./scripts/postgres/roles.sql
22+ psql postgresql://postgres:postgres@localhost:5432/postgres -f ./scripts/postgres/database.sql
23+ psql postgresql://sqlok:$PGSQL_SQLOK_PASSWORD@localhost:5432/postgres -c "SELECT 1"
2524 - name : Setup Go ${{ matrix.go-version }}
2625 uses : actions/setup-go@v5
2726 with :
You can’t perform that action at this time.
0 commit comments