Skip to content

Commit

Permalink
ci: fix host path
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed May 2, 2024
1 parent 37a01a3 commit 80b112b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
uname -a
cat /etc/issue
bash /host/ptcpdump/testdata/test_base.sh /host/ptcpdump/ptcpdump
bash /host/testdata/test_base.sh /host/ptcpdump/ptcpdump
- name: Test filter by process name
uses: cilium/little-vm-helper@908ab1ff8a596a03cd5221a1f8602dc44c3f906d # v0.0.12
Expand All @@ -90,7 +90,7 @@ jobs:
uname -a
cat /etc/issue
bash /host/ptcpdump/testdata/test_pname_filter.sh /host/ptcpdump/ptcpdump
bash /host/testdata/test_pname_filter.sh /host/ptcpdump/ptcpdump
- name: Test filter by process id
uses: cilium/[email protected]
Expand All @@ -102,7 +102,7 @@ jobs:
uname -a
cat /etc/issue
bash /host/ptcpdump/testdata/test_pid_filter.sh /host/ptcpdump/ptcpdump
bash /host/testdata/test_pid_filter.sh /host/ptcpdump/ptcpdump
releaser-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 80b112b

Please sign in to comment.