From c1e2727033232ad4ad106bf21a72df60f55926be Mon Sep 17 00:00:00 2001 From: Jari Voutilainen Date: Wed, 26 May 2021 14:16:29 +0300 Subject: [PATCH] fix test path --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2dcdd566..bcd47c1e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 \ No newline at end of file + run: pytest --ckan-ini=test.ini --cov=ckanext.archiver --disable-warnings tests \ No newline at end of file