Skip to content

Commit

Permalink
Fix proxy params in build action
Browse files Browse the repository at this point in the history
  • Loading branch information
icraggs committed Jun 6, 2023
1 parent bdcd492 commit ab85141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python3 startbroker.py -c localhost_testing.conf &
- name: Start test proxy
run: |
python3 test/mqttsas.py &
python3 test/mqttsas.py localhost 1883 1885 &
- name: run tests
run: |
cd build.paho
Expand Down

0 comments on commit ab85141

Please sign in to comment.