Add basic CI setup #23

Merged
rafael merged 8 commits from ci-setup into ash-setup 2025-04-24 16:20:37 +02:00
Showing only changes of commit b300a394bc - Show all commits

View file

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