From ceaacade0b5077f07650356c07e44439cf385285 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Wed, 24 May 2023 15:35:50 +0000 Subject: [PATCH] ci: disable selinux to allow to run from unit --- .github/workflows/e2e.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index efa9573..d373a11 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -123,6 +123,8 @@ jobs: ssh root@$IP systemctl daemon-reload + ssh root@$IP setenforce 0 + ssh root@$IP systemctl start test --no-block while ! ssh root@$IP systemctl show test -p SubState --value | grep -E '(failed|exited)'