We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9463a8 commit 78a18bcCopy full SHA for 78a18bc
.github/actions/setup-windows/action.yml
@@ -16,5 +16,5 @@ runs:
16
- name: Setup PostgreSQL
17
shell: pwsh
18
run: |
19
- Set-Service -Name "postgresql-x64-14" -StartupType manual -Status Running
+ Set-Service -Name "postgresql-x64-17" -StartupType manual -Status Running
20
pwsh -Command { $env:PGPASSWORD="root"; & "$env:PGBIN\psql" -U postgres -c "ALTER USER postgres WITH PASSWORD 'Password12!';" }
0 commit comments