Skip to content

Commit

Permalink
commenting out the tests in test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gpetrak committed Aug 16, 2024
1 parent 2d965cf commit 1740c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1740c0f

Please sign in to comment.