Revert "fix(ci): Dont install dependencies again in test step"
Some checks are pending
continuous-integration/drone/push Build is pending

This reverts commit d54b226be5.
This commit is contained in:
Rafael Epplée 2025-06-19 16:17:10 +02:00
parent 2e50e01e7f
commit 4bf8f4af55
No known key found for this signature in database
GPG key ID: B4EFE6DC59FAE118

View file

@ -79,6 +79,8 @@ steps:
commands:
# Install hex package manager
- mix local.hex --force
# Fetch dependencies
- mix deps.get
# Run tests
- mix test