Skip to content

Commit

Permalink
Fixed incorrect mqtt-test reference (mqttex tests failure)
Browse files Browse the repository at this point in the history
  • Loading branch information
levb authored and wallyqs committed Feb 15, 2024
1 parent 66b3722 commit 045b848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/MQTT_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
wget https://github.com/hivemq/mqtt-cli/releases/download/v4.20.0/mqtt-cli-4.20.0.deb
sudo apt install ./mqtt-cli-4.20.0.deb
go install github.com/ConnectEverything/mqtt-test@latest
go install github.com/ConnectEverything/mqtt-test@4dd571c31318dcfebe5443242f53f262403ceafb
# - name: Download benchmark result for ${{ github.base_ref || github.ref_name }}
# uses: dawidd6/action-download-artifact@v2
Expand Down

0 comments on commit 045b848

Please sign in to comment.