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

@ -77,6 +77,8 @@ steps:
TEST_POSTGRES_HOST: postgres
TEST_POSTGRES_PORT: 5432
commands:
# Install hex package manager
- mix local.hex --force
# Run tests
- mix test