From fc26567a073dc3e6a25771a19ab1aeb35be38166 Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Wed, 11 Nov 2020 12:48:45 -0600 Subject: [PATCH] Print log output --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3e0714bf..433bcd9f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,6 +85,9 @@ jobs: echo "Checking FireGuard service status" sudo systemctl status fireguard + echo "Checking FireGuard logs..." + sudo journalctl -u fireguard.service -b + echo "Checking if FireGuard service is active" sudo systemctl is-active fireguard