Skip to content

Commit

Permalink
Add DB creation step
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentvanbush committed Jul 30, 2024
1 parent aff27e9 commit 9df7209
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
sudo apt-get install -y postgresql
sudo service postgresql start
sudo -u postgres psql -c "ALTER USER postgres WITH PASSWORD 'postgres';"
mix ecto.create
- name: Install dependencies
run: mix deps.get
- name: Dialyzer
Expand Down

0 comments on commit 9df7209

Please sign in to comment.