We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8362c9 commit b0ade0aCopy full SHA for b0ade0a
1 file changed
.github/workflows/integration-test.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Run Mosquitto container
22
run: |
23
- docker run -d --name mosquitto -p 1883:1883 -v ./tests/mosquitto:/mosquitto/config eclipse-mosquitto:2
+ docker run -d --name mosquitto -p $MQTT_PORT:$MQTT_PORT -v ./tests/mosquitto:/mosquitto/config eclipse-mosquitto:2
24
25
- name: Set up Python
26
uses: actions/setup-python@v4
@@ -41,11 +41,4 @@ jobs:
41
nohup python -m modbus4mqtt.modbus4mqtt --hostname $MQTT_HOST --port $MQTT_PORT --config tests/test_integration.yaml &
42
sleep 5
43
44
- # - name: Run integration tests
45
- # run: |
46
- # pytest tests/test_mqtt.py
47
48
- # - name: Future: Test all data types/directions
49
50
- # echo "To test all types/directions, add a new YAML and test script."
51
- # if: always()
0 commit comments