Skip to content

Commit c0d80cc

Browse files
committed
create db on initdb
1 parent 6c592de commit c0d80cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/elixir.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
POSTGRES_USER: postgres
2020
POSTGRES_PASSWORD: postgres
21-
POSTGRES_DB: airbase_test
21+
POSTGRES_DB: hierarch_test
2222
ports:
2323
- 5432:5432
2424
# needed because the postgres container does not provide a healthcheck
@@ -34,6 +34,6 @@ jobs:
3434
- name: Install Dependencies
3535
run: mix deps.get
3636
- name: Migrate
37-
run: mix do ecto.create, ecto.migrate
37+
run: mix ecto.migrate
3838
- name: Run Tests
3939
run: mix test

0 commit comments

Comments
 (0)