Skip to content

Commit

Permalink
ci: add dep package
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheu committed May 23, 2024
1 parent c3b5649 commit 5995b41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5995b41

Please sign in to comment.