chore: fix run_fvt_tests workflow

This commit is contained in:
zhouzb 2022-08-30 19:57:10 +08:00 committed by Rory
parent 48aab7daff
commit eaa21b15cf
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ jobs:
echo "$HOME/.local/bin" >> $GITHUB_PATH echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: run paho test - name: run paho test
run: | 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 pytest -v paho.mqtt.testing/interoperability/test_client/V5/test_connect.py -k test_basic
RESULT=$? RESULT=$?