Compare commits

...

1 commit

Author SHA1 Message Date
d54b226be5
fix(ci): Dont install dependencies again in test step
All checks were successful
continuous-integration/drone/push Build is passing
2025-06-18 14:44:04 +02:00

View file

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