Skip to content

Commit

Permalink
creation of pgsql DB
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippImhof committed Jan 9, 2025
1 parent 6738b87 commit b3117ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit b3117ec

Please sign in to comment.