We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0c03f commit 544d798Copy full SHA for 544d798
1 file changed
.github/workflows/build-and-test.yml
@@ -45,9 +45,9 @@ 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;"
+# - 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;"
51
52
- name: Install the latest version of uv
53
uses: astral-sh/setup-uv@v7
0 commit comments