Fixing database name typo
Has to be libreplandev.
This commit is contained in:
parent
6a289ddf5d
commit
da99689a7e
1 changed files with 3 additions and 3 deletions
6
.github/workflows/maven.yml
vendored
6
.github/workflows/maven.yml
vendored
|
|
@ -42,10 +42,10 @@ jobs:
|
|||
run: |
|
||||
sudo -u postgres psql --command="CREATE USER libreplan PASSWORD 'libreplan'" --command="\du"
|
||||
|
||||
- name: Create timetable database
|
||||
- name: Create libreplandev database
|
||||
run: |
|
||||
sudo -u postgres createdb --owner=libreplan libreplan
|
||||
PGPASSWORD=libreplan psql --username=libreplan --host=localhost --list libreplan
|
||||
sudo -u postgres createdb --owner=libreplan libreplandev
|
||||
PGPASSWORD=libreplan psql --username=libreplan --host=localhost --list libreplandev
|
||||
|
||||
- name: Set up JDK 8
|
||||
uses: actions/setup-java@v3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue