Add basic CI setup #30

Merged
moritz merged 8 commits from ash-setup into main 2025-04-28 14:24:31 +02:00
Showing only changes of commit df37117d50 - Show all commits

View file

@ -32,8 +32,6 @@ steps:
- name: wait_for_postgres - name: wait_for_postgres
image: docker.io/library/postgres:17.2 image: docker.io/library/postgres:17.2
depends_on:
- postgres
commands: commands:
# Wait for postgres to become available # Wait for postgres to become available
- | - |
@ -50,8 +48,6 @@ steps:
- name: test - name: test
image: docker.io/library/elixir:1.18.3-otp-27 image: docker.io/library/elixir:1.18.3-otp-27
depends_on:
- wait_for_postgres
environment: environment:
MIX_ENV: test MIX_ENV: test
TEST_POSTGRES_HOST: postgres TEST_POSTGRES_HOST: postgres