Skip to content

Commit 83ec7cc

Browse files
committed
[PortsPy] Adds python emails sendmail suite to CI
1 parent 259be3a commit 83ec7cc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/python-suites.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
run: |
3030
pip install -r ports-py/sendmail-redmail.requirements.txt
3131
python3 ports-py/sendmail-redmail.py
32+
- name: Run Sendmail Tests for Python Emails
33+
run: |
34+
pip install -r ports-py/sendmail-python-emails.requirements.txt
35+
python3 ports-py/sendmail-python-emails.py
3236
- name: Run JSON RFC Tests
3337
run: |
3438
python3 ports-py/json-rfc.py

0 commit comments

Comments
 (0)