From 04c788a903c021d2faeb1d0df462c0ce37253c25 Mon Sep 17 00:00:00 2001
From: alexander-gesinn <alexander@gesinn.de>
Date: Thu, 12 Dec 2024 14:42:18 +0100
Subject: [PATCH] temp. ignore test.ini

---
 .github/workflows/test.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 3201dc9..71c04d8 100755
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -64,8 +64,10 @@ jobs:
 
     - name: Setup extension
       continue-on-error: ${{ matrix.experimental }}
+#      run: |
+#        ckan -c test.ini db init
       run: |
-        ckan -c test.ini db init
+        ckan db init
 
 
     - name: Install curl