Compare commits

..

1 commit

Author SHA1 Message Date
59d7e46046
Add CI cache
All checks were successful
continuous-integration/drone/push Build is passing
2025-06-18 12:27:27 +02:00

View file

@ -70,20 +70,18 @@ steps:
echo "Postgres did not become available, aborting."
exit 1
- name: test
image: docker.io/library/elixir:1.18.3-otp-27
environment:
MIX_ENV: test
TEST_POSTGRES_HOST: postgres
commands:
# Install hex package manager
- mix local.hex --force
# Fetch dependencies
- mix deps.get
# Run tests
# - mix test
# TODO: remove this, added only for testing
- mix compile
# - name: test
# image: docker.io/library/elixir:1.18.3-otp-27
# environment:
# MIX_ENV: test
# TEST_POSTGRES_HOST: postgres
# commands:
# # Install hex package manager
# - mix local.hex --force
# # Fetch dependencies
# - mix deps.get
# # Run tests
# - mix test
- name: rebuild-cache
image: drillster/drone-volume-cache