Enable some testing against a real email server to hopefully catch things earlier

This commit is contained in:
Trenton H
2022-10-07 08:32:44 -07:00
parent 55089aab32
commit 97ceb1a8a6
2 changed files with 75 additions and 0 deletions

View File

@@ -92,7 +92,12 @@ jobs:
ports:
- "3000:3000/tcp"
env:
# Enable Tika end to end testing
TIKA_LIVE: 1
# Enable paperless_mail testing against real server
PAPERLESS_MAIL_TEST_HOST: ${{ secrets.TEST_MAIL_HOST }}
PAPERLESS_MAIL_TEST_USER: ${{ secrets.TEST_MAIL_USER }}
PAPERLESS_MAIL_TEST_PASSWD: ${{ secrets.TEST_MAIL_PASSWD }}
steps:
-
name: Checkout