Skip to content

Commit 7ef6e71

Browse files
committed
refactor: comment out database schema creation steps in build-and-test.yml
1 parent 544d798 commit 7ef6e71

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ jobs:
4545
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
4646

4747
steps:
48-
# - uses: actions/checkout@v5
49-
# - name: Create database schema
50-
# run: PGPASSWORD=secret psql -h 127.0.0.1 -d testdb -U panettone -c "CREATE SCHEMA shakespeare; CREATE SCHEMA happy_hog;"
51-
5248
- name: Install the latest version of uv
5349
uses: astral-sh/setup-uv@v7
5450
with:

0 commit comments

Comments
 (0)