We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe4fb5 commit 558440fCopy full SHA for 558440f
.github/workflows/ci.yaml
@@ -60,23 +60,7 @@ jobs:
60
uses: astral-sh/setup-uv@v4
61
62
- name: Create CI settings
63
- run: |
64
- cat > pgcommitfest/local_settings.py << 'EOF'
65
- # CI test settings
66
- DATABASES = {
67
- "default": {
68
- "ENGINE": "django.db.backends.postgresql_psycopg2",
69
- "NAME": "pgcommitfest",
70
- "USER": "postgres",
71
- "PASSWORD": "postgres",
72
- "HOST": "localhost",
73
- "PORT": "5432",
74
- }
75
76
-
77
- # Enable debug for better error messages in CI
78
- DEBUG = True
79
- EOF
+ run: cp pgcommitfest/local_settings_example.py pgcommitfest/local_settings.py
80
81
- name: Install dependencies
82
run: uv sync
0 commit comments