Skip to content

Commit

Permalink
Mute warning about missing EMAIL env variable in unit tests
Browse files Browse the repository at this point in the history
dch warning: neither DEBEMAIL nor EMAIL environment variable is set
dch warning: building email address from username and FQDN
dch: Did you see those 2 warnings?  Press RETURN to continue...
  • Loading branch information
dmach committed Apr 10, 2024
1 parent 1b97390 commit 8c9021d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:

runs-on: ubuntu-latest

env:
EMAIL: "[email protected]"

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
Expand Down

0 comments on commit 8c9021d

Please sign in to comment.