Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohaib90 authored Oct 14, 2022
1 parent 0a21276 commit c7be57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
pip install -e .
- name: Test with pytest
run: |
mosquitto -d && mosquitto -p 1885 -d && mosquitto -p 1886 && py.test -v --cov flask_mqtt
mosquitto -d && mosquitto -p 1885 -d && mosquitto -p 1886 -d && py.test -v --cov flask_mqtt
- name: Upload coverage result
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c7be57c

Please # to comment.