We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 846c64b + 5754c41 commit 4b70d4fCopy full SHA for 4b70d4f
1 file changed
.github/workflows/coverage.yml
@@ -12,14 +12,16 @@ jobs:
12
image: fedora:latest
13
options: --privileged
14
steps:
15
+ - name: Install tools
16
+ run: |
17
+ dnf install -y bats iptables iproute jq criu golang make git
18
+ - name: Fix git safe directory
19
+ run: git config --global --add safe.directory /__w/checkpointctl/checkpointctl
20
- name: checkout
21
uses: actions/checkout@v4
22
with:
23
# needed for codecov
24
fetch-depth: 0
- - name: Install tools
- run: |
- dnf install -y bats iptables iproute jq criu golang make
25
- name: Run make coverage
26
run: make coverage
27
0 commit comments