refactor: comment out database schema creation steps in build-and-test.yml

This commit is contained in:
grillazz
2025-12-28 18:50:04 +01:00
parent 544d798ec7
commit 7ef6e71025

View File

@@ -45,10 +45,6 @@ jobs:
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
steps:
# - uses: actions/checkout@v5
# - name: Create database schema
# run: PGPASSWORD=secret psql -h 127.0.0.1 -d testdb -U panettone -c "CREATE SCHEMA shakespeare; CREATE SCHEMA happy_hog;"
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v7
with: