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)'