Skip to content

Commit

Permalink
Remove debug for smtpd
Browse files Browse the repository at this point in the history
  • Loading branch information
rth committed Nov 10, 2020
1 parent 08b9094 commit 7280b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
set -e
source activate testenv
python -m smtpd -n -d -c DebuggingServer 127.0.0.1:8025 &
python -m smtpd -n -c DebuggingServer 127.0.0.1:8025 &
sleep 3 # wait for the server to start
pytest -rvsl ramp-frontend --cov=ramp_frontend --cov-report=term-missing --cov-report=xml --cov-append
Expand Down

0 comments on commit 7280b96

Please sign in to comment.