From d7f98ee61c1a53076d7b3d62af54d98ebcfe789f Mon Sep 17 00:00:00 2001 From: Marko Bocevski Date: Sat, 16 Jan 2021 12:39:15 +0100 Subject: [PATCH] Use postgres authentication and healthchecks --- .github/workflows/pr_checks.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr_checks.yml b/.github/workflows/pr_checks.yml index ddebf223..c3181134 100644 --- a/.github/workflows/pr_checks.yml +++ b/.github/workflows/pr_checks.yml @@ -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/github-action@v1.1.2 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} + run: | + coveralls