From 4adabf7d63f40fb469c3e542d14eeaf24dc5188a Mon Sep 17 00:00:00 2001 From: mutantsan Date: Wed, 4 Oct 2023 13:09:51 +0300 Subject: [PATCH] update: update test.yml ckan image --- .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 9621d28..420d4d4 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.let_me_in --disable-warnings ckanext/let_me_in -