Skip to content

Commit

Permalink
Correct path for debian files
Browse files Browse the repository at this point in the history
  • Loading branch information
juadde committed May 22, 2024
1 parent da466dc commit 0d9dd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ jobs:
apt-get update &&
apt-get install -y tshark unzip &&
unzip /test/Wireshark_plugin.zip -d /usr &&
tshark -e DISCRETE.VALUE -E header=y -T fields -r pcapng_files/discrete.pcapng | tee discrete.output
tshark -e DISCRETE.VALUE -E header=y -T fields -r /test/pcapng_files/discrete.pcapng | tee /test/discrete.output
"
- name: Run diff
run: diff discrete.output test/discrete.output
Expand Down

0 comments on commit 0d9dd7f

Please sign in to comment.