Step 1:

Run matrix start databases to create necessary databases to run this project

Step 2:

Run matrix local shell and then run the following commands

bundle exec rake db:create
bundle exec rake db:setup

Step 3:

You are all set!!

If you want to run specs, feel free to run then using matrix matrix local test

More info

If you create new environment variables and you intend to use them on Github Actions (this project doesn't use Drone, c'mon, everybody is tired of that red ribbon)

Then you need to create the variables at the .env.test file too, because GH Actions consume them!