From e33330fce179e0caf2588ad565d39780816fe2ec Mon Sep 17 00:00:00 2001 From: jannfis Date: Tue, 2 Mar 2021 21:36:49 +0100 Subject: [PATCH] chore: Fix failing e2e tests due to GH actions change (#5658) Signed-off-by: jannfis --- .github/workflows/ci-build.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 331b2412f5..7f394f8e48 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -355,6 +355,9 @@ jobs: uses: actions/setup-go@v1 with: go-version: '1.14.12' + - name: GH actions workaround - Kill XSP4 process + run: | + sudo pkill mono || true - name: Install K3S env: INSTALL_K3S_VERSION: ${{ matrix.k3s-version }}+k3s1