mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-09 15:32:54 +01:00
Merge pull request #44 from wneessen/wneessen-codecov-sendmail
Update codecov.yml
This commit is contained in:
commit
3d3a98b544
1 changed files with 5 additions and 0 deletions
5
.github/workflows/codecov.yml
vendored
5
.github/workflows/codecov.yml
vendored
|
@ -37,6 +37,11 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@master
|
||||
|
||||
- name: Install sendmail
|
||||
if: matrix.go == 1.19 && matrix.os == 'ubuntu-latest'
|
||||
run: |
|
||||
apt install -y sendmail
|
||||
|
||||
- name: Run Tests
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue