disable test stage

This commit is contained in:
Moritz 2025-04-23 19:12:25 +02:00
parent 2d6a359e83
commit 46bcb9a188
Signed by: moritz
GPG key ID: 1020A035E5DD0824

View file

@ -46,16 +46,16 @@ steps:
echo "Postgres did not become available, aborting." echo "Postgres did not become available, aborting."
exit 1 exit 1
- name: test # - name: test
image: docker.io/library/elixir:1.18.3-otp-27 # image: docker.io/library/elixir:1.18.3-otp-27
- wait_for_postgres # - wait_for_postgres
environment: # environment:
MIX_ENV: test # MIX_ENV: test
TEST_POSTGRES_HOST: postgres # TEST_POSTGRES_HOST: postgres
commands: # commands:
# Install hex package manager # # Install hex package manager
- mix local.hex --force # - mix local.hex --force
# Fetch dependencies # # Fetch dependencies
- mix deps.get # - mix deps.get
# Run tests # # Run tests
- mix test # - mix test