diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 147d288e8..37b5f1bc8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,9 @@ jobs: - uses: golangci/golangci-lint-action@v6 with: version: v1.58 - - run: make test + - run: | + apt-get install libsystemd-dev + make test node-problem-detector: name: "Publish node-problem-detector image on dockerhub"