Skip to content

Commit

Permalink
fix test path
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed May 26, 2021
1 parent cf3e266 commit c1e2727
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 @@ -65,4 +65,4 @@ jobs:
paster --plugin=ckan db init -c test.ini
paster --plugin=ckanext-archiver archiver init -c test.ini
- name: Run tests
run: pytest --ckan-ini=test.ini --cov=ckanext.archiver --disable-warnings ckanext/archiver/tests
run: pytest --ckan-ini=test.ini --cov=ckanext.archiver --disable-warnings tests

0 comments on commit c1e2727

Please sign in to comment.