chore(autotest): debug build

This commit is contained in:
mengzhenyu 2022-01-28 17:03:52 +08:00
parent dd41c65986
commit bfc8b85434
1 changed files with 4 additions and 3 deletions

View File

@ -97,10 +97,11 @@ jobs:
path: /tmp path: /tmp
- name: Download emqx package - name: Download emqx package
run: | run: |
ls -alt /tmp
rm -rf /tmp/emqx-5.*-elixir.*.tar.gz rm -rf /tmp/emqx-5.*-elixir.*.tar.gz
mv /tmp/emqx-5.*.tar.gz /tmp/emqx.tar.gz ls
ls /tmp mv emqx-5.*.tar.gz emqx.tar.gz
ls
pwd
- name: Checkout tf-test-automation - name: Checkout tf-test-automation
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with: