fix(ci): Dont install dependencies again in test step

This commit is contained in:
Rafael Epplée 2025-06-18 14:41:17 +02:00 committed by Moritz
parent b19a6c1d91
commit efecee6176
Signed by: moritz
GPG key ID: 1020A035E5DD0824

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