Removed the "-u" of the command line, sob
Some checks failed
Compile / Compile (push) Failing after 17s
Some checks failed
Compile / Compile (push) Failing after 17s
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
||||
|
||||
- name: Create PostgreSQL database
|
||||
run: |
|
||||
-u postgres createuser -s postgres
|
||||
postgres createuser -s postgres
|
||||
createdb fgbot_db
|
||||
|
||||
- name: Install dependencies
|
||||
|
||||
Reference in New Issue
Block a user