From ecd9605c6c83de73fe998b3b47334f5b9a754c6f Mon Sep 17 00:00:00 2001 From: Jonathan S Berry Date: Mon, 18 Nov 2024 16:45:24 +0000 Subject: [PATCH] Better comments --- .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 1350e7f..21b97c5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,9 @@ 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 + echo "Initialising DB" ckan -c test.ini db init - ckan -c test.ini db upgrade -p activity + echo "Upgrading DB" + ckan -c test.ini db upgrade - name: Run tests run: pytest --ckan-ini=test.ini --cov=ckanext.dataset_subscriptions --disable-warnings ckanext/dataset_subscriptions \ No newline at end of file