chore(autotest): debug build
This commit is contained in:
parent
bfc8b85434
commit
b604312ced
|
@ -97,11 +97,10 @@ jobs:
|
||||||
path: /tmp
|
path: /tmp
|
||||||
- name: Download emqx package
|
- name: Download emqx package
|
||||||
run: |
|
run: |
|
||||||
rm -rf /tmp/emqx-5.*-elixir.*.tar.gz
|
|
||||||
ls
|
|
||||||
mv emqx-5.*.tar.gz emqx.tar.gz
|
|
||||||
ls
|
|
||||||
pwd
|
pwd
|
||||||
|
rm -rf /tmp/emqx-5.*-elixir.*.tar.gz
|
||||||
|
mv /tmp/emqx-5.*.tar.gz /tmp/emqx.tar.gz
|
||||||
|
ls /tmp
|
||||||
- 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