We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14104db + ee86dc8 commit 926dec6Copy full SHA for 926dec6
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
export PATH=/home/runner/.local/bin:$PATH && \
22
make test && \
23
coverage report && coverage xml && \
24
- sudo ./network_tap/ncapture/test_ncapture.sh
+ cd network_tap/ncapture && sudo ./test_ncapture.sh
25
- name: Upload coverage to Codecov
26
uses: codecov/[email protected]
27
env:
network_tap/Dockerfile
@@ -7,6 +7,7 @@ COPY healthcheck /healthcheck
7
RUN apk add --update \
8
curl \
9
gcc \
10
+ g++ \
11
git \
12
linux-headers \
13
musl-dev \
@@ -17,6 +18,7 @@ RUN apk add --update \
17
18
&& pip3 install --no-cache-dir -r /healthcheck/requirements.txt \
19
&& apk del \
20
0 commit comments