Skip to content

Commit 8e03017

Browse files
committed
fix ci file
1 parent e256a32 commit 8e03017

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
restore-keys: |
3939
deps-${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}
4040
41+
- name: Install dependencies
42+
run: mix deps.get --only test
43+
4144
- name: Remove compiled application files
4245
run: mix clean
4346

0 commit comments

Comments
 (0)