From df0000fb41c541f64c7b9a83c835e7805effbd15 Mon Sep 17 00:00:00 2001 From: Oleksandr Cherniavskyi Date: Fri, 1 Sep 2023 10:40:42 +0300 Subject: [PATCH] test: update test.yml --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a15f504..59d4628 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: # The CKAN version tag of the Solr and Postgres containers should match # the one of the container the tests run on. # You can switch this base image with a custom image tailored to your project - image: openknowledge/ckan-dev:2.9 + image: openknowledge/ckan-dev:2.10.1 services: solr: image: ckan/ckan-solr-dev:2.9 @@ -45,4 +45,3 @@ jobs: ckan -c test.ini db init - name: Run tests run: pytest --ckan-ini=test.ini --cov=ckanext.unfold --disable-warnings ckanext/unfold -