Skip to content

Commit

Permalink
Adapt workflow to latest changes in ckanext-harvest
Browse files Browse the repository at this point in the history
  • Loading branch information
seitenbau-govdata committed Jan 19, 2024
1 parent ccb5ab5 commit 07b13ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Setup extension
run: |
ckan -c test.ini db init
ckan -c test.ini harvester initdb
ckan -c test.ini db pending-migrations --apply
- name: Run tests
run: pytest --ckan-ini=test.ini --cov=ckanext.dcat --cov-report=xml --cov-append --disable-warnings ckanext/dcat/tests
- name: Upload coverage report to codecov
Expand Down

0 comments on commit 07b13ac

Please sign in to comment.