From dba278e9b3eb1daeceaeab90d78594c1dd7ff5e9 Mon Sep 17 00:00:00 2001 From: Jonathan S Berry Date: Mon, 18 Nov 2024 16:25:07 +0000 Subject: [PATCH] Upgrade activity db --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 93bce4f..2e1ebfe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,7 @@ jobs: run: | # Replace default path to CKAN core config file with the one on the container sed -i -e 's/use = config:.*/use = config:\/srv\/app\/src\/ckan\/test-core.ini/' test.ini - ckan -c test.ini db init + ckan db upgrade -p activity - name: Run tests run: pytest --ckan-ini=test.ini --cov=ckanext.dataset_subscriptions --disable-warnings ckanext/dataset_subscriptions \ No newline at end of file