chore(autotest): debug build

This commit is contained in:
mengzhenyu 2022-01-28 16:32:46 +08:00
parent 69d43ea53d
commit dd41c65986
1 changed files with 2 additions and 3 deletions

View File

@ -98,9 +98,8 @@ jobs:
- name: Download emqx package - name: Download emqx package
run: | run: |
ls -alt /tmp ls -alt /tmp
ls -alt /tmp/ubuntu20.04 rm -rf /tmp/emqx-5.*-elixir.*.tar.gz
rm -rf /tmp/ubuntu20.04/emqx-5.*.elixir.*.tar.gz mv /tmp/emqx-5.*.tar.gz /tmp/emqx.tar.gz
mv /tmp/ubuntu20.04/emqx-5.*.tar.gz /tmp/emqx.tar.gz
ls /tmp ls /tmp
- name: Checkout tf-test-automation - name: Checkout tf-test-automation
uses: actions/checkout@v2 uses: actions/checkout@v2