mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-22 13:50:49 +01:00
Update codecov.yml
This commit is contained in:
parent
3d3a98b544
commit
48a1acc782
1 changed files with 1 additions and 1 deletions
2
.github/workflows/codecov.yml
vendored
2
.github/workflows/codecov.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
||||||
- name: Install sendmail
|
- name: Install sendmail
|
||||||
if: matrix.go == 1.19 && matrix.os == 'ubuntu-latest'
|
if: matrix.go == 1.19 && matrix.os == 'ubuntu-latest'
|
||||||
run: |
|
run: |
|
||||||
apt install -y sendmail
|
sudo apt-get install -y sendmail
|
||||||
|
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue