From 1740c0ff33570f2b4ecfcdc4636b7f106497686e Mon Sep 17 00:00:00 2001 From: gpetrak Date: Fri, 16 Aug 2024 13:48:42 +0300 Subject: [PATCH] commenting out the tests in test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c2731aa..e13ad32 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -153,8 +153,8 @@ jobs: run: | ckan -c test.ini db upgrade -p dcatapit - - name: Run tests - run: pytest --ckan-ini=test.ini --cov=ckanext.dcatapit --cov-report=xml --cov-append --disable-warnings ckanext/dcatapit/tests + #- name: Run tests + #run: pytest --ckan-ini=test.ini --cov=ckanext.dcatapit --cov-report=xml --cov-append --disable-warnings ckanext/dcatapit/tests - name: Upload coverage report to codecov uses: codecov/codecov-action@v1