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.
1 parent 7705354 commit ee86dc8Copy full SHA for ee86dc8
.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:
0 commit comments