Compare commits

..

1 commit

Author SHA1 Message Date
4315561ce4
fix(ci): Dont install dependencies again in test step
Some checks failed
continuous-integration/drone/push Build is failing
2025-06-18 14:41:33 +02:00

View file

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