Compare commits

...

1 commit

Author SHA1 Message Date
4bf8f4af55
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.
2025-06-19 16:17:17 +02:00

View file

@ -79,6 +79,8 @@ 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