Skip to content

Commit

Permalink
Added test
Browse files Browse the repository at this point in the history
  • Loading branch information
toavina committed Feb 3, 2025
1 parent 0b600ec commit ec10f21
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ 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: ckan/ckan-dev:2.11
image: ckan/ckan-base:2.10.4
services:
solr:
image: ckan/ckan-solr:2.11-solr9
image: ckan/ckan-solr:2.10-solr8
postgres:
image: ckan/ckan-postgres-dev:2.11
image: ckan/ckan-postgres-dev:2.10
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down Expand Up @@ -44,5 +44,4 @@ jobs:
ckan -c test.ini db init
- name: Run tests
run: pytest --ckan-ini=test.ini --cov=ckanext.fjelltopp_security --disable-warnings ckanext/fjelltopp_security

run: pytest --ckan-ini=test.ini --cov=ckanext.fjelltopp_security--disable-warnings ckanext/zarr

0 comments on commit ec10f21

Please sign in to comment.