We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 544d798 commit 7ef6e71Copy full SHA for 7ef6e71
1 file changed
.github/workflows/build-and-test.yml
@@ -45,10 +45,6 @@ jobs:
45
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
46
47
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
-
52
- name: Install the latest version of uv
53
uses: astral-sh/setup-uv@v7
54
with:
0 commit comments