chore(autotest): debug broker performance test suite

This commit is contained in:
mengzhenyu 2022-01-18 14:10:39 +08:00
parent 81563dd1a5
commit 487cce5d2a
1 changed files with 3 additions and 3 deletions

View File

@ -89,11 +89,11 @@ jobs:
- uses: actions/download-artifact@v2 - uses: actions/download-artifact@v2
with: with:
name: ubuntu20.04 name: ubuntu20.04
path: /tmp path: /home/ubuntu
- name: Download emqx package - name: Download emqx package
run: | run: |
sudo cp /tmp/emqx-5.*.tar.gz /tmp/emqx.tar.gz sudo cp /home/ubuntu/emqx-5.*.tar.gz /home/ubuntu/emqx.tar.gz
ls /tmp/ ls /home/ubuntu
- name: Checkout tf-test-automation - name: Checkout tf-test-automation
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with: