chore(autotest): debug broker performance test suite
This commit is contained in:
parent
81563dd1a5
commit
487cce5d2a
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue