fix(ci): Dont install dependencies again in test step
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Rafael Epplée 2025-06-18 14:41:17 +02:00
parent 6a1c869ea4
commit d54b226be5
No known key found for this signature in database
GPG key ID: B4EFE6DC59FAE118

View file

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