put parser into setup

make test using convert optional
Gotenberg live testing
This commit is contained in:
phail
2022-11-03 00:58:36 +01:00
parent 6df73ae940
commit 3de6e0bcf1
7 changed files with 329 additions and 90 deletions

View File

@@ -97,6 +97,10 @@ jobs:
PAPERLESS_MAIL_TEST_HOST: ${{ secrets.TEST_MAIL_HOST }}
PAPERLESS_MAIL_TEST_USER: ${{ secrets.TEST_MAIL_USER }}
PAPERLESS_MAIL_TEST_PASSWD: ${{ secrets.TEST_MAIL_PASSWD }}
# Skip Tests which require convert
PAPERLESS_TEST_SKIP_CONVERT: 1
# Enable Gotenberg end to end testing
GOTENBERG_LIVE: 1
steps:
-
name: Checkout