Add deployment workflow

This commit is contained in:
Ivan Kravets
2022-05-19 18:23:06 +03:00
parent 06ed9ba77d
commit e3fea07596
2 changed files with 52 additions and 5 deletions
-5
View File
@@ -15,7 +15,6 @@ jobs:
- os: windows-latest
python-version: "3.10"
environment: private
runs-on: ${{ matrix.os }}
steps:
@@ -38,10 +37,6 @@ jobs:
tox -e lint
- name: Integration Tests
env:
TEST_EMAIL_LOGIN: ${{ secrets.TEST_EMAIL_LOGIN }}
TEST_EMAIL_PASSWORD: ${{ secrets.TEST_EMAIL_PASSWORD }}
TEST_EMAIL_IMAP_SERVER: ${{ secrets.TEST_EMAIL_IMAP_SERVER }}
run: |
tox -e testcore