Skip to content

Commit

Permalink
Fix empty mqtt perf image. (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattisonchao authored Aug 2, 2023
1 parent df60855 commit 6c1a540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: build mqtt perf
run: ./mqtt-perf/gradlew build -x test -p ./mqtt-perf
run: cd ./mqtt-perf && python3 ./build_perf.py
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
- name: Docker meta
Expand Down

0 comments on commit 6c1a540

Please sign in to comment.