summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorRina Fujino <18257209+rina23q@users.noreply.github.com>2021-10-05 16:41:45 +0200
committerGitHub <noreply@github.com>2021-10-05 16:41:45 +0200
commit88185f786f6dc13c1165a6fca9fd4e62425004b9 (patch)
treee44a9201c4873d34478d81f638b9d8eb4b0413ad /.github
parentc81e64ad2b1c4d5a05f5bb6668ff0eff14b0920d (diff)
Fix purge step of integration test workflow (#469)
Signed-off-by: Rina Fujino <18257209+rina23q@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/integration-test-workflow.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/integration-test-workflow.yml b/.github/workflows/integration-test-workflow.yml
index d7c29b40..eb61b5f4 100644
--- a/.github/workflows/integration-test-workflow.yml
+++ b/.github/workflows/integration-test-workflow.yml
@@ -32,7 +32,7 @@ jobs:
path: debian-package_unpack
- name: purge
- run: sudo dpkg -P mosquitto tedge tedge_mapper tedge_apt_plugin collectd-core libmosquitto1
+ run: sudo dpkg -P tedge_agent tedge_mapper tedge_apt_plugin tedge mosquitto libmosquitto1 collectd-core
continue-on-error: true
- name: install mosquitto