Skip to content

Commit ee86dc8

Browse files
committed
fix dockerfile path
1 parent 7705354 commit ee86dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
export PATH=/home/runner/.local/bin:$PATH && \
2222
make test && \
2323
coverage report && coverage xml && \
24-
sudo ./network_tap/ncapture/test_ncapture.sh
24+
cd network_tap/ncapture && sudo ./test_ncapture.sh
2525
- name: Upload coverage to Codecov
2626
uses: codecov/[email protected]
2727
env:

0 commit comments

Comments
 (0)