Added postgres user and db creation to workflow
Some checks failed
Compile / Compile (push) Failing after 18s
Some checks failed
Compile / Compile (push) Failing after 18s
This commit is contained in:
@@ -28,6 +28,11 @@ jobs:
|
|||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y ruby-full libsodium-dev libpq-dev
|
apt-get install -y ruby-full libsodium-dev libpq-dev
|
||||||
gem install bundler
|
gem install bundler
|
||||||
|
|
||||||
|
- name: Create PostgreSQL database
|
||||||
|
run: |
|
||||||
|
-u postgres createuser -s postgres
|
||||||
|
createdb fgbot_db
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bundle install
|
run: bundle install
|
||||||
|
|||||||
Reference in New Issue
Block a user