Skip to content

Commit

Permalink
update: update test.yml ckan image
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantsan committed Oct 4, 2023
1 parent f9c4cdf commit 4adabf7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 4adabf7

Please sign in to comment.