Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Feb 13, 2024
1 parent f955b9a commit 6686127
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
fail-fast: false
timeout-minutes: 60
steps:
# https://github.blog/2022-04-12-git-security-vulnerability-announced/
- name: Pacify git's permission check
run: git config --global --add safe.directory /__w/cockpit/cockpit

# HACK:
- run: dnf install -y valgrind

Expand All @@ -30,6 +26,8 @@ jobs:
with:
# need this to also fetch tags
fetch-depth: 0
submodules: true
set-safe-directory: /__w/cockpit/cockpit

- name: Run unit test
timeout-minutes: 30
Expand Down

0 comments on commit 6686127

Please sign in to comment.