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 47f3aaf690 - Show all commits

View file

@ -32,6 +32,8 @@ 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
- | - |