We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c592de commit c0d80ccCopy full SHA for c0d80cc
.github/workflows/elixir.yml
@@ -18,7 +18,7 @@ jobs:
18
env:
19
POSTGRES_USER: postgres
20
POSTGRES_PASSWORD: postgres
21
- POSTGRES_DB: airbase_test
+ POSTGRES_DB: hierarch_test
22
ports:
23
- 5432:5432
24
# needed because the postgres container does not provide a healthcheck
@@ -34,6 +34,6 @@ jobs:
34
- name: Install Dependencies
35
run: mix deps.get
36
- name: Migrate
37
- run: mix do ecto.create, ecto.migrate
+ run: mix ecto.migrate
38
- name: Run Tests
39
run: mix test
0 commit comments