Skip to content

Commit b0ade0a

Browse files
committed
Tidy
1 parent f8362c9 commit b0ade0a

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/integration-test.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Run Mosquitto container
2222
run: |
23-
docker run -d --name mosquitto -p 1883:1883 -v ./tests/mosquitto:/mosquitto/config eclipse-mosquitto:2
23+
docker run -d --name mosquitto -p $MQTT_PORT:$MQTT_PORT -v ./tests/mosquitto:/mosquitto/config eclipse-mosquitto:2
2424
2525
- name: Set up Python
2626
uses: actions/setup-python@v4
@@ -41,11 +41,4 @@ jobs:
4141
nohup python -m modbus4mqtt.modbus4mqtt --hostname $MQTT_HOST --port $MQTT_PORT --config tests/test_integration.yaml &
4242
sleep 5
4343
44-
# - name: Run integration tests
45-
# run: |
46-
# pytest tests/test_mqtt.py
4744
48-
# - name: Future: Test all data types/directions
49-
# run: |
50-
# echo "To test all types/directions, add a new YAML and test script."
51-
# if: always()

0 commit comments

Comments
 (0)