chore: fix run_fvt_tests workflow

This commit is contained in:
zhouzb 2022-08-30 19:57:10 +08:00
parent b547ed3f75
commit d93d80cb8e
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ jobs:
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: run paho test
run: |
nohup kubectl port-forward svc emqx 1883:1883 &
nohup kubectl port-forward svc/emqx 1883:1883 &
pytest -v paho.mqtt.testing/interoperability/test_client/V5/test_connect.py -k test_basic
RESULT=$?