Skip to content

Commit

Permalink
Use postgres authentication and healthchecks
Browse files Browse the repository at this point in the history
  • Loading branch information
mbocevski committed Jan 16, 2021
1 parent 7cf26d6 commit d7f98ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,5 @@ jobs:
pytest --ckan-ini=subdir/test.ini --cov=ckanext.saml2auth --disable-warnings ckanext/saml2auth/tests
- name: Report coverage to Coveralls
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
run: |
coveralls

0 comments on commit d7f98ee

Please sign in to comment.