From b3117ec54052d10b8719bb6c440d8146a44b7bbb Mon Sep 17 00:00:00 2001 From: Philipp Imhof <52650214+PhilippImhof@users.noreply.github.com> Date: Thu, 9 Jan 2025 08:10:39 +0100 Subject: [PATCH] creation of pgsql DB --- .github/workflows/testing-windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing-windows.yml b/.github/workflows/testing-windows.yml index 3d4e39e..0b9f836 100644 --- a/.github/workflows/testing-windows.yml +++ b/.github/workflows/testing-windows.yml @@ -43,9 +43,9 @@ jobs: - name: Creating DB pgsql run: | - $env:PGBIN\createdb --owner=test test + & $env:PGBIN\createdb --owner=test test $env:PGPASSWORD = 'test' - $env:PGBIN\psql --username=test --host=localhost --list test + & $env:PGBIN\psql --username=test --host=localhost --list test - name: Initialise moodle-plugin-ci run: |