ci: fix node_dump

This commit is contained in:
Ivan Dyachkov 2023-10-05 12:01:42 +02:00
parent 9a881290b9
commit d7725c72cf
1 changed files with 1 additions and 1 deletions

View File

@ -112,5 +112,5 @@ jobs:
# simple smoke test for node_dump # simple smoke test for node_dump
- name: test node_dump - name: test node_dump
run: | run: |
docker exec -u root node1.emqx.io apt update && apt install -y net-tools docker exec -t -u root node1.emqx.io bash -c 'apt-get -y update && apt-get -y install net-tools'
docker exec node1.emqx.io node_dump docker exec node1.emqx.io node_dump