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 9ed2194d78 - Show all commits

View file

@ -32,6 +32,8 @@ steps:
- name: wait_for_postgres
image: docker.io/library/postgres:17.2
depends_on:
- postgres
commands:
# Wait for postgres to become available
- |