Skip to content

Commit 442d64f

Browse files
committed
chore: create DB
1 parent fb28bf8 commit 442d64f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/mix-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,9 @@ jobs:
4141
restore-keys: ${{ runner.os }}-mix-
4242
- name: Install dependencies
4343
run: mix deps.get
44+
- name: Create DB
45+
run: mix ecto.create
46+
env:
47+
MIX_ENV: test
4448
- name: Run tests
4549
run: mix test

0 commit comments

Comments
 (0)