diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 68e89d3..47f4f12 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -75,4 +75,4 @@ jobs: - name: Run tests continue-on-error: ${{ matrix.experimental }} - run: pytest --ckan-ini=test.ini -cov=ckanext.email_notification --disable-warnings ckanext/email_notification --junit-xml=/tmp/artifacts/junit/results.xml \ No newline at end of file + run: pytest --ckan-ini=test.ini --cov=ckanext.email_notification --disable-warnings ckanext/email_notification --junit-xml=/tmp/artifacts/junit/results.xml \ No newline at end of file