Skip to content

Commit

Permalink
test: update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantsan committed Sep 1, 2023
1 parent 7fddc33 commit df0000f
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.unfold --disable-warnings ckanext/unfold

0 comments on commit df0000f

Please sign in to comment.