Revert "fix(ci): Dont install dependencies again in test step"
This reverts commit d54b226be5.
This commit is contained in:
parent
2e50e01e7f
commit
67fa0a8dda
1 changed files with 2 additions and 0 deletions
|
|
@ -79,6 +79,8 @@ steps:
|
|||
commands:
|
||||
# Install hex package manager
|
||||
- mix local.hex --force
|
||||
# Fetch dependencies
|
||||
- mix deps.get
|
||||
# Run tests
|
||||
- mix test
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue