mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-22 13:50:49 +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:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
|
|
||||||
|
- name: Install sendmail
|
||||||
|
if: matrix.go == 1.19 && matrix.os == 'ubuntu-latest'
|
||||||
|
run: |
|
||||||
|
apt install -y sendmail
|
||||||
|
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue