Skip to content

Commit 7bfea86

Browse files
committed
Fix test
1 parent 03c56ee commit 7bfea86

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

+10
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,16 @@ jobs:
5050
env:
5151
MIX_ENV: test
5252

53+
- name: Create database
54+
run: mix ecto.create
55+
env:
56+
MIX_ENV: test
57+
58+
- name: Migrate database
59+
run: mix ecto.migrate
60+
env:
61+
MIX_ENV: test
62+
5363
- name: Format
5464
run: |
5565
mix format --check-formatted

0 commit comments

Comments
 (0)