Skip to content

Commit

Permalink
Fixed incorrect mqtt-test reference (mqttex tests failure) (#5094)
Browse files Browse the repository at this point in the history
#5082 was supposed to fix
this, but it is not reviewed yet.

`mqtt-test` got updated; and the `@latest` reference is causing the new,
incompatible, version to be used. This PR will fix it, until #5082 is
merged.
  • Loading branch information
derekcollison committed Feb 15, 2024
2 parents 7e30546 + 464fbee commit 99cc171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/MQTT_test.yaml
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 99cc171

Please sign in to comment.